Reactos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 17 lines 517 B view raw
1 2remove_definitions(-D_WIN32_WINNT=0x502) 3add_definitions(-D_WIN32_WINNT=0x600) 4 5spec2def(pdh.dll pdh.spec ADD_IMPORTLIB) 6 7list(APPEND SOURCE 8 pdh_main.c 9 ${CMAKE_CURRENT_BINARY_DIR}/pdh_stubs.c 10 ${CMAKE_CURRENT_BINARY_DIR}/pdh.def) 11 12add_library(pdh MODULE ${SOURCE}) 13set_module_type(pdh win32dll) 14target_link_libraries(pdh wine) 15add_importlibs(pdh msvcrt kernel32_vista kernel32 ntdll) 16add_cd_file(TARGET pdh DESTINATION reactos/system32 FOR all) 17set_wine_module_FIXME(pdh) # CORE-5743: No ARRAY_SIZE macro