Mercurial > sdl-ios-xcode
comparison src/video/maccommon/SDL_macwm.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 | 604d73db6802 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
27 #else | 27 #else |
28 #include <Windows.h> | 28 #include <Windows.h> |
29 #include <Strings.h> | 29 #include <Strings.h> |
30 #endif | 30 #endif |
31 | 31 |
32 #include "SDL_string.h" | 32 #include "SDL_stdinc.h" |
33 #include "SDL_macwm_c.h" | 33 #include "SDL_macwm_c.h" |
34 | 34 |
35 void Mac_SetCaption(_THIS, const char *title, const char *icon) | 35 void Mac_SetCaption(_THIS, const char *title, const char *icon) |
36 { | 36 { |
37 /* Don't convert C to P string in place, because it may be read-only */ | 37 /* Don't convert C to P string in place, because it may be read-only */ |