Skip to content

Commit

Permalink
fix win32
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Sep 12, 2023
1 parent 4b187f7 commit 56ac139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/re-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ endif()

if(WIN32)
list(APPEND RE_DEFINITIONS
WIN32 -D_WIN32_WINNT=0x0600
WIN32
_WIN32_WINNT=0x0600
)
endif()

Expand Down

0 comments on commit 56ac139

Please sign in to comment.