mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user