ASSUMESTDTYPES

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1399 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2007-11-13 23:32:38 +00:00
parent ac1d029622
commit 1f8c3e0d10
1 changed files with 2 additions and 0 deletions

View File

@ -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>