fix type
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
/* Not in glext.h: */
|
/* Not in glext.h: */
|
||||||
typedef BOOL (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval);
|
typedef bool (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval);
|
||||||
|
|
||||||
struct oglspecs_t {
|
struct oglspecs_t {
|
||||||
/* OpenGL system information that generally doesn't change at runtime. */
|
/* OpenGL system information that generally doesn't change at runtime. */
|
||||||
|
|||||||
Reference in New Issue
Block a user