diff --git a/stepmania/src/RageDisplayInternal.h b/stepmania/src/RageDisplayInternal.h index f40bc71dfc..2edb6a7b8b 100644 --- a/stepmania/src/RageDisplayInternal.h +++ b/stepmania/src/RageDisplayInternal.h @@ -23,7 +23,7 @@ #include /* Not in glext.h: */ -typedef BOOL (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval); +typedef bool (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval); struct oglspecs_t { /* OpenGL system information that generally doesn't change at runtime. */