diff include/SDL_active.h @ 1353:7ba544e2888d

Started the process of improving configure support, and merging C types and library support into a single header.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Feb 2006 09:07:13 +0000
parents c9b51268668f
children 67114343400d
line wrap: on
line diff
--- a/include/SDL_active.h	Thu Feb 09 05:46:55 2006 +0000
+++ b/include/SDL_active.h	Thu Feb 09 09:07:13 2006 +0000
@@ -25,6 +25,9 @@
 #ifndef _SDL_active_h
 #define _SDL_active_h
 
+#include "SDL_stdinc.h"
+
+#ifndef DISABLE_EVENTS
 #include "begin_code.h"
 /* Set up for C function definitions, even when using C++ */
 #ifdef __cplusplus
@@ -51,5 +54,6 @@
 }
 #endif
 #include "close_code.h"
+#endif /* !DISABLE_EVENTS */
 
 #endif /* _SDL_active_h */