mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[URLMON] Define PROXY_CLSID_IS on the command line
Fixes crash of mshtml_winetest:htmldoc (introduced by716613c
). Please do not ask me why. The test started crashing with commit716613cddc
"[CMAKE] Use new policies for CMP0005 and CMP0018 (#1481)", which moved this definition from the command line to urlmon_main.h. This got later removed by commit6c3c2e33f6
"[URLMON] Sync with Wine Staging 4.18. CORE-16441"
This commit is contained in:
parent
1868985dde
commit
6b3406e630
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ add_definitions(
|
|||
-D_URLMON_
|
||||
-DENTRY_PREFIX=URLMON_
|
||||
-DPROXY_DELEGATION
|
||||
-DWINE_REGISTER_DLL)
|
||||
-DWINE_REGISTER_DLL
|
||||
-DPROXY_CLSID_IS={0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}})
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
||||
spec2def(urlmon.dll urlmon.spec ADD_IMPORTLIB)
|
||||
|
|
Loading…
Reference in a new issue