commit | 32ac8cdaaaa32c09b0818c214e01e8e557d88b56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 18:49:17 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 18:49:17 2013 +0200 |
tree | 95d169cbeb3d98450e7991e210ef5be77412f61a | |
parent | 0f5a5ed8bb3c014ef9de0480852a3e5737c33fc6 [diff] [blame] |
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.
diff --git a/src/os_win32.c b/src/os_win32.c index 421a164..db3c794 100644 --- a/src/os_win32.c +++ b/src/os_win32.c
@@ -142,6 +142,9 @@ 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