diff options
Diffstat (limited to 'src/os_win32.c')
-rw-r--r-- | src/os_win32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_win32.c b/src/os_win32.c index 2773953a6..8e908b673 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 |