1 2remove_definitions(-D_WIN32_WINNT=0x502) 3add_definitions(-D_WIN32_WINNT=0x600) 4 5add_executable(reg export.c import.c reg.c reg.rc) 6set_module_type(reg win32cui UNICODE) 7target_link_libraries(reg wine) 8add_importlibs(reg advapi32 advapi32_vista user32 msvcrt kernel32 ntdll) 9add_cd_file(TARGET reg DESTINATION reactos/system32 FOR all) 10