comparison src/cdrom/macosx/SDLOSXCAGuard.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
71 /* 71 /*
72 #include <stdio.h> 72 #include <stdio.h>
73 #include <stdlib.h> 73 #include <stdlib.h>
74 #include <string.h> 74 #include <string.h>
75 */ 75 */
76 #include "SDL_stdlib.h" 76 #include "SDL_stdinc.h"
77 #include "SDL_string.h"
78 77
79 //#define NDEBUG 1 78 //#define NDEBUG 1
80 /* 79 /*
81 #include <assert.h> 80 #include <assert.h>
82 */ 81 */