From 20720a2eb0b3089ad67daeb57bea4f4de9cf0463 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 15 Feb 2003 00:46:37 +0000 Subject: [PATCH] fix type --- stepmania/src/RageDisplayInternal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */