Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
59b92bf9
Commit
59b92bf9
authored
Jun 25, 2006
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401899
parent
2c017186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
SDL_config_win32.h
include/SDL_config_win32.h
+5
-5
No files found.
include/SDL_config_win32.h
View file @
59b92bf9
...
@@ -27,7 +27,9 @@
...
@@ -27,7 +27,9 @@
/* This is a set of defines to configure the SDL features */
/* This is a set of defines to configure the SDL features */
#ifdef _MSC_VER
#ifdef __GNUC__
#define HAVE_STDINT_H 1
#elif defined(_MSC_VER)
typedef
signed
__int8
int8_t
;
typedef
signed
__int8
int8_t
;
typedef
unsigned
__int8
uint8_t
;
typedef
unsigned
__int8
uint8_t
;
typedef
signed
__int16
int16_t
;
typedef
signed
__int16
int16_t
;
...
@@ -44,9 +46,7 @@ typedef unsigned int uintptr_t;
...
@@ -44,9 +46,7 @@ typedef unsigned int uintptr_t;
#endif
#endif
#define _UINTPTR_T_DEFINED
#define _UINTPTR_T_DEFINED
#endif
#endif
#elif defined(__GNUC__)
#else
/* !__GNUC__ && !_MSC_VER */
#define HAVE_STDINT_H 1
#else
typedef
signed
char
int8_t
;
typedef
signed
char
int8_t
;
typedef
unsigned
char
uint8_t
;
typedef
unsigned
char
uint8_t
;
typedef
signed
short
int16_t
;
typedef
signed
short
int16_t
;
...
@@ -60,7 +60,7 @@ typedef unsigned long long uint64_t;
...
@@ -60,7 +60,7 @@ typedef unsigned long long uint64_t;
typedef
unsigned
int
size_t
;
typedef
unsigned
int
size_t
;
#endif
#endif
typedef
unsigned
int
uintptr_t
;
typedef
unsigned
int
uintptr_t
;
#endif
/* _MSC_VER */
#endif
/* _
_GNUC__ || _
MSC_VER */
#define SDL_HAS_64BIT_TYPE 1
#define SDL_HAS_64BIT_TYPE 1
/* Enabled for SDL 1.2 (binary compatibility) */
/* Enabled for SDL 1.2 (binary compatibility) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment