emulator opengl: fix windows build

Change-Id: I145c7bf3a664fdb2c9e113cd977b4b2431d0668d
This commit is contained in:
Amit Feller
2011-06-15 10:32:13 +03:00
committed by Guy Zadickario
parent 118af85051
commit efcbbc3f28
7 changed files with 17 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
#include "TimeUtils.h"
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#include <time.h>
#include <stdio.h>
#elif defined(__linux__)