Mercurial > sdl-ios-xcode
diff src/video/wincommon/SDL_lowvideo.h @ 453:a6fa62b1be09
Updated for embedded Visual C++ 4.0
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 20 Aug 2002 00:20:06 +0000 |
parents | 518ffd98a8f6 |
children | b8d311d90021 |
line wrap: on
line diff
--- a/src/video/wincommon/SDL_lowvideo.h Mon Aug 19 18:33:29 2002 +0000 +++ b/src/video/wincommon/SDL_lowvideo.h Tue Aug 20 00:20:06 2002 +0000 @@ -53,7 +53,11 @@ #define DINPUT_FULLSCREEN() DDRAW_FULLSCREEN() /* The main window -- and a function to set it for the audio */ -extern const char *SDL_Appname; +#ifdef _WIN32_WCE +extern LPWSTR SDL_Appname; +#else +extern LPSTR SDL_Appname; +#endif extern HINSTANCE SDL_Instance; extern HWND SDL_Window; extern const char *SDL_windowid;