diff src/video/win32/SDL_win32video.h @ 1725:98a3207ddde8 SDL-1.3

Implemented Win32 video mode support
author Sam Lantinga <slouken@libsdl.org>
date Fri, 07 Jul 2006 08:05:39 +0000
parents 6c63fc2bd986
children e70477157db9
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.h	Thu Jul 06 07:17:11 2006 +0000
+++ b/src/video/win32/SDL_win32video.h	Fri Jul 07 08:05:39 2006 +0000
@@ -28,11 +28,12 @@
 
 #define WIN32_LEAN_AND_MEAN
 #define UNICODE
-#define WINVER  0x0410          // 0x0410 needed for AlphaBlend()
+#define WINVER  0x500           // Need 0x410 for AlphaBlend() and 0x500 for EnumDisplayDevices()
 #include <windows.h>
 
 #include "SDL_win32events.h"
 #include "SDL_win32keyboard.h"
+#include "SDL_win32modes.h"
 #include "SDL_win32mouse.h"
 #include "SDL_win32window.h"