Skip to content

Commit 7c17cfc

Browse files
majvanJakubFara
authored andcommitted
Revert "Handling of macro LoadImage"
This reverts commit 3a59f38.
1 parent b8fa346 commit 7c17cfc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ function(dai_add_test test_name test_src)
3737
target_compile_features(${test_name} PRIVATE cxx_std_${DAT_CXX_STANDARD})
3838
endif()
3939

40-
if(MSVC)
41-
target_compile_definitions(${test_name} PRIVATE
42-
WIN32_LEAN_AND_MEAN
43-
NOMINMAX
44-
NOUSER
45-
)
46-
endif()
47-
4840
# Add conforming preprocessor flags for MSVC if requested
4941
if(MSVC AND DAT_CONFORMING)
5042
if(MSVC_VERSION LESS 1925)

0 commit comments

Comments
 (0)