mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.4.512
Problem: Cannot generate prototypes for Win32 files and VMS. Solution: Add typedefs and #ifdef
This commit is contained in:
@@ -135,6 +135,8 @@ typedef int BY_HANDLE_FILE_INFORMATION;
|
||||
typedef int SE_OBJECT_TYPE;
|
||||
typedef int PSNSECINFO;
|
||||
typedef int PSNSECINFOW;
|
||||
typedef int STARTUPINFO;
|
||||
typedef int PROCESS_INFORMATION;
|
||||
#endif
|
||||
|
||||
#ifndef FEAT_GUI_W32
|
||||
|
Reference in New Issue
Block a user