Add files and tweak others to get 'native' Mingw32 gcc port as
[p5sagit/p5-mst-13.2.git] / win32 / win32.h
index d0dde7e..791d92a 100644 (file)
@@ -9,6 +9,12 @@
 #ifndef  _INC_WIN32_PERL5
 #define  _INC_WIN32_PERL5
 
+#ifdef __GNUC__
+#define __declspec(x)
+typedef long long __int64;
+#define Win32_Winsock
+#endif
+
 #define  WIN32_LEAN_AND_MEAN
 #include <windows.h>