Merge "emulator: opengl: fix Windows build"

This commit is contained in:
David 'Digit' Turner
2011-08-24 08:16:50 -07:00
committed by Android Code Review

View File

@@ -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;