Index: dll/win32/urlmon/CMakeLists.txt =================================================================== --- dll/win32/urlmon/CMakeLists.txt (revision 56716) +++ dll/win32/urlmon/CMakeLists.txt (working copy) @@ -67,7 +67,7 @@ add_definitions( -DENTRY_PREFIX=URLMON_ -DPROXY_DELEGATION - -DREGISTER_PROXY_DLL + -DWINE_REGISTER_DLL -D_URLMON_) add_pch(urlmon urlmon_main.h) Index: dll/win32/actxprxy/CMakeLists.txt =================================================================== --- dll/win32/actxprxy/CMakeLists.txt (revision 56716) +++ dll/win32/actxprxy/CMakeLists.txt (working copy) @@ -50,6 +50,6 @@ kernel32 ntdll) -add_definitions(-DREGISTER_PROXY_DLL -DPROXY_DELEGATION) +add_definitions(-DWINE_REGISTER_DLL -DPROXY_DELEGATION) add_cd_file(TARGET actxprxy DESTINATION reactos/system32 FOR all)