Merge "emulator: opengl: fix Windows build"
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <GL/wglext.h>
|
#include <GL/wglext.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#define IS_TRUE(a) \
|
#define IS_TRUE(a) \
|
||||||
if(a != true) return false;
|
if(a != true) return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user