Skip to content
Snippets Groups Projects
Commit 8e391913 authored by Lev Walkin's avatar Lev Walkin
Browse files

ASSUMESTDTYPES

parent e751cd8b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment