mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user