comparison include/SDL_config_minimal.h @ 3407:d3baf5ac4e37

Partial fix for bug #859 Header file update from Ken for improved doxygen output
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Oct 2009 13:31:58 +0000
parents 5db962a9a991
children c5925cd41955
comparison
equal deleted inserted replaced
3406:8ae607392409 3407:d3baf5ac4e37
23 #ifndef _SDL_config_minimal_h 23 #ifndef _SDL_config_minimal_h
24 #define _SDL_config_minimal_h 24 #define _SDL_config_minimal_h
25 25
26 #include "SDL_platform.h" 26 #include "SDL_platform.h"
27 27
28 /* This is the minimal configuration that can be used to build SDL */ 28 /**
29 * \file SDL_config_minimal.h
30 *
31 * This is the minimal configuration that can be used to build SDL.
32 */
29 33
30 #include <stdarg.h> 34 #include <stdarg.h>
31 35
32 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) 36 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
33 typedef signed char int8_t; 37 typedef signed char int8_t;