zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_config_windows.h File Reference
#include "SDL_platform.h"

Go to the source code of this file.

Macros

#define _SIZE_T_DEFINED_
 
#define HAVE_STDARG_H   1
 
#define HAVE_STDDEF_H   1
 
#define SDL_ASSEMBLY_ROUTINES   1
 
#define SDL_AUDIO_DRIVER_DISK   1
 
#define SDL_AUDIO_DRIVER_DSOUND   1
 
#define SDL_AUDIO_DRIVER_DUMMY   1
 
#define SDL_AUDIO_DRIVER_WINMM   1
 
#define SDL_AUDIO_DRIVER_XAUDIO2   1
 
#define SDL_FILESYSTEM_WINDOWS   1
 
#define SDL_HAPTIC_DINPUT   1
 
#define SDL_JOYSTICK_DINPUT   1
 
#define SDL_LOADSO_WINDOWS   1
 
#define SDL_POWER_WINDOWS   1
 
#define SDL_THREAD_WINDOWS   1
 
#define SDL_TIMER_WINDOWS   1
 
#define SDL_VIDEO_DRIVER_DUMMY   1
 
#define SDL_VIDEO_DRIVER_WINDOWS   1
 
#define SDL_VIDEO_OPENGL   1
 
#define SDL_VIDEO_OPENGL_WGL   1
 
#define SDL_VIDEO_RENDER_D3D   1
 
#define SDL_VIDEO_RENDER_OGL   1
 
#define SIZEOF_VOIDP   4
 

Typedefs

typedef signed short int16_t
 
typedef signed int int32_t
 
typedef signed long long int64_t
 
typedef signed char int8_t
 
typedef unsigned int size_t
 
typedef unsigned short uint16_t
 
typedef unsigned int uint32_t
 
typedef unsigned long long uint64_t
 
typedef unsigned char uint8_t
 
typedef unsigned int uintptr_t
 

Macro Definition Documentation

#define _SIZE_T_DEFINED_

Definition at line 66 of file SDL_config_windows.h.

#define HAVE_STDARG_H   1

Definition at line 142 of file SDL_config_windows.h.

#define HAVE_STDDEF_H   1

Definition at line 143 of file SDL_config_windows.h.

#define SDL_ASSEMBLY_ROUTINES   1

Definition at line 193 of file SDL_config_windows.h.

#define SDL_AUDIO_DRIVER_DISK   1

Definition at line 150 of file SDL_config_windows.h.

#define SDL_AUDIO_DRIVER_DSOUND   1

Definition at line 147 of file SDL_config_windows.h.

#define SDL_AUDIO_DRIVER_DUMMY   1

Definition at line 151 of file SDL_config_windows.h.

#define SDL_AUDIO_DRIVER_WINMM   1

Definition at line 149 of file SDL_config_windows.h.

#define SDL_AUDIO_DRIVER_XAUDIO2   1

Definition at line 148 of file SDL_config_windows.h.

#define SDL_FILESYSTEM_WINDOWS   1

Definition at line 189 of file SDL_config_windows.h.

#define SDL_HAPTIC_DINPUT   1

Definition at line 155 of file SDL_config_windows.h.

#define SDL_JOYSTICK_DINPUT   1

Definition at line 154 of file SDL_config_windows.h.

#define SDL_LOADSO_WINDOWS   1

Definition at line 158 of file SDL_config_windows.h.

#define SDL_POWER_WINDOWS   1

Definition at line 186 of file SDL_config_windows.h.

#define SDL_THREAD_WINDOWS   1

Definition at line 161 of file SDL_config_windows.h.

#define SDL_TIMER_WINDOWS   1

Definition at line 164 of file SDL_config_windows.h.

#define SDL_VIDEO_DRIVER_DUMMY   1

Definition at line 167 of file SDL_config_windows.h.

#define SDL_VIDEO_DRIVER_WINDOWS   1

Definition at line 168 of file SDL_config_windows.h.

#define SDL_VIDEO_OPENGL   1

Definition at line 176 of file SDL_config_windows.h.

#define SDL_VIDEO_OPENGL_WGL   1

Definition at line 179 of file SDL_config_windows.h.

#define SDL_VIDEO_RENDER_D3D   1

Definition at line 171 of file SDL_config_windows.h.

#define SDL_VIDEO_RENDER_OGL   1

Definition at line 182 of file SDL_config_windows.h.

#define SIZEOF_VOIDP   4

Definition at line 76 of file SDL_config_windows.h.

Typedef Documentation

typedef signed short int16_t

Definition at line 59 of file SDL_config_windows.h.

typedef signed int int32_t

Definition at line 61 of file SDL_config_windows.h.

typedef signed long long int64_t

Definition at line 63 of file SDL_config_windows.h.

typedef signed char int8_t

Definition at line 57 of file SDL_config_windows.h.

typedef unsigned int size_t

Definition at line 67 of file SDL_config_windows.h.

typedef unsigned short uint16_t

Definition at line 60 of file SDL_config_windows.h.

typedef unsigned int uint32_t

Definition at line 62 of file SDL_config_windows.h.

typedef unsigned long long uint64_t

Definition at line 64 of file SDL_config_windows.h.

typedef unsigned char uint8_t

Definition at line 58 of file SDL_config_windows.h.

typedef unsigned int uintptr_t

Definition at line 69 of file SDL_config_windows.h.