diff src/os_win32.c @ 5112:f063be86b632 v7.3.1299

updated for version 7.3.1299 Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 18:49:17 +0200
parents 72fcf674e545
children 1261caf9bc51
line wrap: on
line diff
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -142,6 +142,9 @@ typedef int WORD;
 typedef int WCHAR;
 typedef void VOID;
 typedef int BY_HANDLE_FILE_INFORMATION;
+typedef int SE_OBJECT_TYPE;
+typedef int PSNSECINFO;
+typedef int PSNSECINFOW;
 #endif
 
 #ifndef FEAT_GUI_W32