summaryrefslogtreecommitdiff
path: root/src/os_win32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-03 18:49:17 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-03 18:49:17 +0200
commit32ac8cdaaaa32c09b0818c214e01e8e557d88b56 (patch)
tree95d169cbeb3d98450e7991e210ef5be77412f61a /src/os_win32.c
parent0f5a5ed8bb3c014ef9de0480852a3e5737c33fc6 (diff)
downloadvim-git-32ac8cdaaaa32c09b0818c214e01e8e557d88b56.tar.gz
updated for version 7.3.1299v7.3.1299
Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
Diffstat (limited to 'src/os_win32.c')
-rw-r--r--src/os_win32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os_win32.c b/src/os_win32.c
index 421a164c5..db3c794da 100644
--- 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