Patched to compile on Windows.

This commit is contained in:
Ryan C. Gordon
2012-08-01 21:03:46 -04:00
parent 00d525d033
commit 4a332d0a4b

View File

@@ -45,7 +45,7 @@ struct SDL_GLDriverData
UINT nAttributes,
const int *piAttributes,
int *piValues);
void (WINAPI * wglSwapIntervalEXT) (int interval);
BOOL (WINAPI * wglSwapIntervalEXT) (int interval);
int (WINAPI * wglGetSwapIntervalEXT) (void);
};