1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 08:15:34 +00:00

Fix ifdef

This commit is contained in:
k1ll 2013-06-22 11:48:52 +02:00
parent a230050ec8
commit de247ec94b

View file

@ -30,7 +30,7 @@ SDLWindowHelper::SDLWindowHelper (SDL_Window* window, int w, int h,
switch (wmInfo.subsystem)
{
#ifdef WIN32
#ifdef _WIN32
case SDL_SYSWM_WINDOWS:
// Windows code
winHandle = Ogre::StringConverter::toString((uintptr_t)wmInfo.info.win.window);