What are you doing here? go back to the icc branch where you belong! - Revert "icc didn't like the double underscores"

This reverts commit 4ac19c9816.
This commit is contained in:
DarthArgus
2016-07-15 14:39:12 +00:00
parent 4ac19c9816
commit ba3a3fa9dd
@@ -12,8 +12,8 @@
typedef unsigned short int WORD;
typedef unsigned long int DWORD;
typedef bool BOOL;
typedef long long int64; //lint !e13 !e19 // Error: 13 (Bad type), Error: 19 (Useless declaration) // -TRF- Lint preprocessor discrepency, @todo look into this.
typedef int64 LARGE_INTEGER;
typedef long long __int64; //lint !e13 !e19 // Error: 13 (Bad type), Error: 19 (Useless declaration) // -TRF- Lint preprocessor discrepency, @todo look into this.
typedef __int64 LARGE_INTEGER;
const BOOL FALSE = 0;
const BOOL TRUE = 1;