[EXT2FS] Do not define _X86_ unconditionally. Spotted by Sergey Chernov. CORE-10448

svn path=/trunk/; revision=69746
This commit is contained in:
Amine Khaldi 2015-10-31 10:33:28 +00:00
parent d737ee296e
commit f89d6ba125

View file

@ -97,7 +97,7 @@ else()
endif()
target_link_libraries(ext2fs memcmp ${PSEH_LIB})
add_definitions(-D__KERNEL__ -D_X86_)
add_definitions(-D__KERNEL__)
set_module_type(ext2fs kernelmodedriver)
add_importlibs(ext2fs ntoskrnl hal)
add_pch(ext2fs inc/ext2fs.h SOURCE)