summaryrefslogtreecommitdiffstats
path: root/src/os_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_win32.c')
-rw-r--r--src/os_win32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_win32.c b/src/os_win32.c
index 2773953a6b..8e908b673e 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -137,6 +137,8 @@ typedef int PSNSECINFO;
typedef int PSNSECINFOW;
typedef int STARTUPINFO;
typedef int PROCESS_INFORMATION;
+typedef int LPSECURITY_ATTRIBUTES;
+# define __stdcall /* empty */
#endif
#ifndef FEAT_GUI_W32