diff include/SDL_rwops.h @ 1402:d910939febfa

Use consistent identifiers for the various platforms we support. Make sure every source file includes SDL_config.h, so the proper system headers are chosen.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Feb 2006 08:46:50 +0000
parents c71e05b4dc2e
children 47bf1767c4ca
line wrap: on
line diff
--- a/include/SDL_rwops.h	Tue Feb 21 08:34:45 2006 +0000
+++ b/include/SDL_rwops.h	Tue Feb 21 08:46:50 2006 +0000
@@ -24,8 +24,8 @@
    data sources.  It can easily be extended to files, memory, etc.
 */
 
-#ifndef _SDL_RWops_h
-#define _SDL_RWops_h
+#ifndef _SDL_rwops_h
+#define _SDL_rwops_h
 
 #include "SDL_stdinc.h"
 #include "SDL_error.h"
@@ -130,4 +130,4 @@
 #endif
 #include "close_code.h"
 
-#endif /* _SDL_RWops_h */
+#endif /* _SDL_rwops_h */