Commit 0d476444 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40440
parent e8d4a664
......@@ -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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment