Patched to compile on Windows.

This commit is contained in:
Ryan C. Gordon 2012-08-01 21:03:46 -04:00
parent 55a52db07d
commit 68a98ad796

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);
};