- revert 34796, an old hack to #undef _X86_ on amd64 builds, not needed any longer

svn path=/branches/ros-amd64-bringup/; revision=35443
This commit is contained in:
Timo Kreuzer
2008-08-19 02:39:19 +00:00
parent 2c01ac7383
commit efb208d11b
-5
View File
@@ -8,11 +8,6 @@
#ifndef __int64
#define __int64 long long
#endif
#if defined(_M_AMD64) || defined(__x86_64__)
#if defined(_X86_)
#undef _X86_
#endif
#endif
#endif
#if defined(_WIN64)