diff src/video/win32/SDL_win32video.h @ 1724:6c63fc2bd986 SDL-1.3

Proof of concept done - Win32 GDI implementation mostly complete.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 06 Jul 2006 07:17:11 +0000
parents 5daa04d862f1
children 98a3207ddde8
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.h	Thu Jul 06 05:53:32 2006 +0000
+++ b/src/video/win32/SDL_win32video.h	Thu Jul 06 07:17:11 2006 +0000
@@ -28,6 +28,7 @@
 
 #define WIN32_LEAN_AND_MEAN
 #define UNICODE
+#define WINVER  0x0410          // 0x0410 needed for AlphaBlend()
 #include <windows.h>
 
 #include "SDL_win32events.h"