Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 17, 2002
1 parent 4459a61 commit d992ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/video/wincommon/SDL_syswm.c
Expand Up @@ -34,6 +34,7 @@ static char rcsid =
#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
Expand Down Expand Up @@ -270,7 +271,7 @@ int WIN_GetWMInfo(_THIS, SDL_SysWMinfo *info)
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
Expand Down

0 comments on commit d992ef0

Please sign in to comment.