mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
MSVC patches
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user