* commit '011acd64edd3d484c0705c426b8d2d3b69f3f997': emulator: opengl: fix Windows build
This commit is contained in:
committed by
Android Git Automerger
commit
b0e1f794c0
@@ -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