Commit 1d43cca3 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 5e971027
......@@ -18,9 +18,19 @@
#endif
typedef unsigned long DWORD;
#ifdef WIN32
typedef int BOOL;
#else
#ifndef _XCODE
#define BOOL int
#endif
#endif
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef float REAL, FLOAT, *PFLOAT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment