Skip to content

Commit

Permalink
[KernelBase] Place holder for WINE import
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Nov 1, 2024
1 parent d55ca68 commit cf2cbbe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dll/win32/KernelBase/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

add_definitions(
-D__WINESRC__
-D_WINE
-D__ROS_LONG64__
-D_KERNELBASE_)

include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)

remove_definitions(-D_WIN32_WINNT=0x502 -DWINVER=0x502)
add_definitions(-D_WIN32_WINNT=0x601 -DWINVER=0x601)

add_subdirectory(wine)
2 changes: 2 additions & 0 deletions dll/win32/KernelBase/wine/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

# TODO:

0 comments on commit cf2cbbe

Please sign in to comment.