Skip to content

Commit

Permalink
change the definitions to avoid conflicts, temp?
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Dec 24, 2023
1 parent 1393271 commit c0e6939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion primedev/Launcher.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_executable(NorthstarLauncher
)

target_compile_definitions(NorthstarLauncher PRIVATE
LAUNCHER
NSLAUNCHER
UNICODE
_UNICODE
)
Expand Down
2 changes: 1 addition & 1 deletion primedev/Northstar.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ target_link_libraries(NorthstarDLL PRIVATE
target_precompile_headers(NorthstarDLL PRIVATE pch.h)

target_compile_definitions(NorthstarDLL PRIVATE
NORTHSTAR
NSDLL
UNICODE
_UNICODE
CURL_STATICLIB
Expand Down

0 comments on commit c0e6939

Please sign in to comment.