aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32.c b/src/w32.c
index 19335742347..f1ed6ae0be9 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -140,10 +140,6 @@ typedef struct _PROCESS_MEMORY_COUNTERS_EX {
140 140
141/* For serial_configure and serial_open. */ 141/* For serial_configure and serial_open. */
142#include "process.h" 142#include "process.h"
143/* From process.c */
144extern Lisp_Object QCport, QCspeed, QCprocess;
145extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
146extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;
147 143
148typedef HRESULT (WINAPI * ShGetFolderPath_fn) 144typedef HRESULT (WINAPI * ShGetFolderPath_fn)
149 (IN HWND, IN int, IN HANDLE, IN DWORD, OUT char *); 145 (IN HWND, IN int, IN HANDLE, IN DWORD, OUT char *);