fix glew fix

This commit is contained in:
degasus 2013-02-01 17:12:05 +01:00
parent cb4cb1713d
commit f0795bad12
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
#include "GLUtil.h" #include "GLUtil.h"
#include "StreamBuffer.h" #include "StreamBuffer.h"
#ifndef EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD #ifndef GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD
#define EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD 0x9160 #define GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD 0x9160
#endif #endif
namespace OGL namespace OGL