diff --git a/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt b/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt index 814b5c4fe05..88f1a764a62 100644 --- a/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt +++ b/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt @@ -38,4 +38,6 @@ add_importlibs(hhctrl kernel32 ntdll) +add_dependencies(hhctrl wineheaders) +add_pch(hhctrl hhctrl.h) add_cd_file(TARGET hhctrl DESTINATION reactos/system32 FOR all) diff --git a/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild b/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild index 9cd7d4cfdfd..0f991efc284 100644 --- a/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild +++ b/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild @@ -20,6 +20,7 @@ stream.c webbrowser.c hhctrl.rc + hhctrl.h wine advapi32 comctl32