[ros-diffs] [akhaldi] 53918: [HEADERS/CRT] * We don't need this guard anymore.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Sat Oct 1 20:23:05 UTC 2011


Author: akhaldi
Date: Sat Oct  1 20:23:05 2011
New Revision: 53918

URL: http://svn.reactos.org/svn/reactos?rev=53918&view=rev
Log:
[HEADERS/CRT]
* We don't need this guard anymore.

Modified:
    trunk/reactos/include/crt/_mingw.h

Modified: trunk/reactos/include/crt/_mingw.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/_mingw.h?rev=53918&r1=53917&r2=53918&view=diff
==============================================================================
--- trunk/reactos/include/crt/_mingw.h [iso-8859-1] (original)
+++ trunk/reactos/include/crt/_mingw.h [iso-8859-1] Sat Oct  1 20:23:05 2011
@@ -163,12 +163,10 @@
 //#endif
 
 #ifdef __GNUC__
-#ifndef __clang__
 #define __int8 char
 #define __int16 short
 #define __int32 int
 #define __int64 long long
-#endif
 #ifdef _WIN64
    typedef int __int128 __attribute__ ((mode (TI)));
 # endif




More information about the Ros-diffs mailing list