MSVC patches

This commit is contained in:
Charles J. Cliffe
2015-02-09 22:01:33 -05:00
parent c0e6ecb3eb
commit a803a2d136
5 changed files with 971 additions and 6 deletions
+4
View File
@@ -4,7 +4,11 @@
#ifdef _WIN32
#include <windows.h>
#ifdef __MINGW32__
#include <gl/wglext.h>
#else
#include "wglext.h"
#endif
extern PFNWGLGETEXTENSIONSSTRINGEXTPROC _wglGetExtensionsStringEXT;
extern PFNWGLSWAPINTERVALEXTPROC wglSwapIntervalEXT;