comparison src/audio/windx5/directx.h @ 1433:bb6839704ed6

SDL_windows.h is no longer necessary
author Sam Lantinga <slouken@libsdl.org>
date Sat, 25 Feb 2006 22:18:25 +0000
parents 450721ad5436
children 782fd950bd46 eada7e321df6
comparison
equal deleted inserted replaced
1432:0801c9fdbdd6 1433:bb6839704ed6
2 #ifndef _directx_h 2 #ifndef _directx_h
3 #define _directx_h 3 #define _directx_h
4 4
5 /* Include all of the DirectX 5.0 headers and adds any necessary tweaks */ 5 /* Include all of the DirectX 5.0 headers and adds any necessary tweaks */
6 6
7 #include "SDL_windows.h" 7 #define WIN32_LEAN_AND_MEAN
8 #include <windows.h>
8 #include <mmsystem.h> 9 #include <mmsystem.h>
9 #ifndef WIN32 10 #ifndef WIN32
10 #define WIN32 11 #define WIN32
11 #endif 12 #endif
12 #undef WINNT 13 #undef WINNT