comparison src/main/win32/SDL_win32_main.c @ 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 4ed717f9e509
children 8dfa9a6d69a5
comparison
equal deleted inserted replaced
1432:0801c9fdbdd6 1433:bb6839704ed6
5 */ 5 */
6 6
7 #include <stdio.h> 7 #include <stdio.h>
8 #include <stdlib.h> 8 #include <stdlib.h>
9 9
10 #include "SDL_windows.h" 10 #define WIN32_LEAN_AND_MEAN
11 #include <windows.h>
11 12
12 #ifdef _WIN32_WCE 13 #ifdef _WIN32_WCE
13 # define DIR_SEPERATOR TEXT("\\") 14 # define DIR_SEPERATOR TEXT("\\")
14 # undef _getcwd 15 # undef _getcwd
15 # define _getcwd(str,len) wcscpy(str,TEXT("")) 16 # define _getcwd(str,len) wcscpy(str,TEXT(""))