Mercurial > sdl-ios-xcode
comparison src/main/win32/SDL_win32_main.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 3692456e7b0f |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
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 #include "SDL_windows.h" |
11 | |
12 #include "SDL_stdlib.h" | |
13 #include "SDL_string.h" | |
14 | 11 |
15 #ifdef _WIN32_WCE | 12 #ifdef _WIN32_WCE |
16 # define DIR_SEPERATOR TEXT("\\") | 13 # define DIR_SEPERATOR TEXT("\\") |
17 # undef _getcwd | 14 # undef _getcwd |
18 # define _getcwd(str,len) wcscpy(str,TEXT("")) | 15 # define _getcwd(str,len) wcscpy(str,TEXT("")) |