aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-11-13 23:32:38 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-11-13 23:32:38 +0000
commit1f8c3e0d10a13094a6b726f65621fee97ae1b2b9 (patch)
tree31bc28c1531cbd0ac3fa8ce7a9d8784de0fdd1e0
parentac1d02962234fa6733fa27cb3aa7ddafa26ecd2c (diff)
ASSUMESTDTYPES
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1399 59561ff5-6e30-0410-9f3c-9617f08c8826
-rw-r--r--skeletons/asn_system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/skeletons/asn_system.h b/skeletons/asn_system.h
index 39a1f9e6..0a9b092c 100644
--- a/skeletons/asn_system.h
+++ b/skeletons/asn_system.h
@@ -37,6 +37,7 @@
#ifndef __cplusplus
#define inline __inline
#endif
+#ifndef ASSUMESTDTYPES /* Standard types have been defined elsewhere */
#define ssize_t SSIZE_T
typedef char int8_t;
typedef short int16_t;
@@ -44,6 +45,7 @@ typedef int int32_t;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
+#endif /* ASSUMESTDTYPES */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <float.h>