mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:05:44 +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()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(ext2fs memcmp ${PSEH_LIB})
|
target_link_libraries(ext2fs memcmp ${PSEH_LIB})
|
||||||
add_definitions(-D__KERNEL__ -D_X86_)
|
add_definitions(-D__KERNEL__)
|
||||||
set_module_type(ext2fs kernelmodedriver)
|
set_module_type(ext2fs kernelmodedriver)
|
||||||
add_importlibs(ext2fs ntoskrnl hal)
|
add_importlibs(ext2fs ntoskrnl hal)
|
||||||
add_pch(ext2fs inc/ext2fs.h SOURCE)
|
add_pch(ext2fs inc/ext2fs.h SOURCE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue