changeset 439:3ac8344e3872

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 17 Aug 2002 18:03:06 +0000
parents f9c5f135a8b9
children 791d5ce383bc
files src/video/wincommon/SDL_syswm.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/wincommon/SDL_syswm.c	Sat Aug 17 17:49:27 2002 +0000
+++ b/src/video/wincommon/SDL_syswm.c	Sat Aug 17 18:03:06 2002 +0000
@@ -34,6 +34,7 @@
 #include "SDL_video.h"
 #include "SDL_syswm.h"
 #include "SDL_syswm_c.h"
+#include "SDL_wingl_c.h"
 #include "SDL_pixels_c.h"
 
 #ifdef _WIN32_WCE
@@ -270,7 +271,7 @@
 		if ( SDL_VERSIONNUM(info->version.major,
 		                    info->version.minor,
 		                    info->version.patch) >=
-		     SDL_VERSION(1, 2, 5) ) {
+		     SDL_VERSIONNUM(1, 2, 5) ) {
 #ifdef HAVE_OPENGL
 			info->hglrc = GL_hrc;
 #else