- nothing is easy is windoze (renamed duplicate filename cause VC chokes on it)

This commit is contained in:
Mark Vejvoda
2010-09-16 22:47:33 +00:00
parent d798ef539d
commit a259e0d8e4
3 changed files with 12 additions and 8 deletions

View File

@@ -141,14 +141,14 @@ void PlatformContextGl::swapBuffers() {
}
const char *getPlatformExtensions(const PlatformContextGl *pcgl) {
const char *getPlatformExtensions(const PlatformContextGl *pcgl) {
return "";
}
}
void *getGlProcAddress(const char *procName) {
void *getGlProcAddress(const char *procName) {
void* proc = SDL_GL_GetProcAddress(procName);
assert(proc!=NULL);
return proc;
}
}
}}//end namespace