comparison src/os_win32.c @ 6359:9f9058aeba0d v7.4.512

updated for version 7.4.512 Problem: Cannot generate prototypes for Win32 files and VMS. Solution: Add typedefs and #ifdef
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Nov 2014 16:10:48 +0100
parents 9bc6ce142cc3
children 8ff2d1b611bf
comparison
equal deleted inserted replaced
6358:e83e7ad4871e 6359:9f9058aeba0d
133 typedef void VOID; 133 typedef void VOID;
134 typedef int BY_HANDLE_FILE_INFORMATION; 134 typedef int BY_HANDLE_FILE_INFORMATION;
135 typedef int SE_OBJECT_TYPE; 135 typedef int SE_OBJECT_TYPE;
136 typedef int PSNSECINFO; 136 typedef int PSNSECINFO;
137 typedef int PSNSECINFOW; 137 typedef int PSNSECINFOW;
138 typedef int STARTUPINFO;
139 typedef int PROCESS_INFORMATION;
138 #endif 140 #endif
139 141
140 #ifndef FEAT_GUI_W32 142 #ifndef FEAT_GUI_W32
141 /* Undocumented API in kernel32.dll needed to work around dead key bug in 143 /* Undocumented API in kernel32.dll needed to work around dead key bug in
142 * console-mode applications in NT 4.0. If you switch keyboard layouts 144 * console-mode applications in NT 4.0. If you switch keyboard layouts