mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[EXT2FS] Do not define _X86_ unconditionally. Spotted by Sergey Chernov. CORE-10448
svn path=/trunk/; revision=69746
This commit is contained in:
parent
d737ee296e
commit
f89d6ba125
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue