patch 7.4.1133
Problem:    Generated function prototypes still have __ARGS().
Solution:   Generate function prototypes without __ARGS().
diff --git a/src/os_win32.c b/src/os_win32.c
index b4f5fa4..da05e6e 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -101,6 +101,7 @@
 typedef int COORD;
 typedef int DWORD;
 typedef int HANDLE;
+typedef int LPHANDLE;
 typedef int HDC;
 typedef int HFONT;
 typedef int HICON;