Added initial Linux MinGW-w64 support.

This commit is contained in:
Camilla Berglund
2012-03-22 14:58:14 +01:00
parent 812ad163eb
commit 8d2c2791c2
4 changed files with 25 additions and 2 deletions
+6
View File
@@ -67,6 +67,12 @@ extern "C" {
#endif
#endif /* APIENTRY */
/* TEMPORARY MinGW-w64 hacks.
*/
#if __MINGW64__
#define WINAPI
#include <stddef.h>
#endif
/* The following three defines are here solely to make some Windows-based
* <GL/gl.h> files happy. Theoretically we could include <windows.h>, but