am 011acd64: am d98b3782: Merge "emulator: opengl: fix Windows build"

* commit '011acd64edd3d484c0705c426b8d2d3b69f3f997':
  emulator: opengl: fix Windows build
This commit is contained in:
David 'Digit' Turner
2011-08-24 09:23:25 -07:00
committed by Android Git Automerger

View File

@@ -17,6 +17,7 @@
#include <windows.h>
#include <wingdi.h>
#include <GL/wglext.h>
#include <stdio.h>
#define IS_TRUE(a) \
if(a != true) return false;