Patched to compile on Windows.
This commit is contained in:
parent
55a52db07d
commit
68a98ad796
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue