[ros-diffs] [tkreuzer] 35443: - revert 34796, an old hack to #undef _X86_ on amd64 builds, not needed any longer

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Aug 19 04:39:20 CEST 2008


Author: tkreuzer
Date: Mon Aug 18 21:39:19 2008
New Revision: 35443

URL: http://svn.reactos.org/svn/reactos?rev=35443&view=rev
Log:
- revert 34796, an old hack to #undef _X86_ on amd64 builds, not needed any longer

Modified:
    branches/ros-amd64-bringup/reactos/include/psdk/basetsd.h

Modified: branches/ros-amd64-bringup/reactos/include/psdk/basetsd.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/include/psdk/basetsd.h?rev=35443&r1=35442&r2=35443&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/psdk/basetsd.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/psdk/basetsd.h [iso-8859-1] Mon Aug 18 21:39:19 2008
@@ -7,11 +7,6 @@
 #ifdef __GNUC__
 #ifndef __int64
 #define __int64 long long
-#endif
-#if defined(_M_AMD64) || defined(__x86_64__)
-#if defined(_X86_)
-#undef _X86_
-#endif
 #endif
 #endif
 



More information about the Ros-diffs mailing list