Linux has inttypes.h too, and Posix says uint32_t and family should be
defined there, so removing the special 'stdint.h' case for Linux. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1361 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -28,8 +28,6 @@
|
|||||||
# else
|
# else
|
||||||
typedef int intptr_t;
|
typedef int intptr_t;
|
||||||
# endif
|
# endif
|
||||||
#elif defined (__linux__)
|
|
||||||
# include <stdint.h>
|
|
||||||
#else
|
#else
|
||||||
# include <inttypes.h>
|
# include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user