Skip to content

Commit b0f8d54

Browse files
committed
adjustments
1 parent 5bda2b5 commit b0f8d54

4 files changed

Lines changed: 4 additions & 606 deletions

File tree

dll/win32/shell32/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ PROJECT(SHELL)
33
add_subdirectory(shelldesktop)
44
add_subdirectory(shellmenu)
55
add_subdirectory(shellrecyclebin)
6+
spec2def(shell32.dll shell32.spec ADD_IMPORTLIB)
67

7-
if(DLL_EXPORT_VERSION GREATER_EQUAL 0x600)
8-
spec2def(shell32.dll shell32_vista.spec ADD_IMPORTLIB)
9-
else()
10-
spec2def(shell32.dll shell32.spec ADD_IMPORTLIB)
11-
endif()
128
remove_definitions(-D_WIN32_WINNT=0x502)
139
add_definitions(-D_WIN32_WINNT=0x600)
1410

0 commit comments

Comments
 (0)