- Fix hhctrl build (MSVC)

svn path=/branches/cmake-bringup/; revision=50747
This commit is contained in:
Johannes Anderwald 2011-02-16 14:31:08 +00:00
parent f4f7a60ffc
commit 8c0ac25595

View file

@ -19,6 +19,7 @@ add_library(hhctrl SHARED
stream.c
webbrowser.c
hhctrl.rc
${REACTOS_BINARY_DIR}/include/reactos/wine/itss_i.c
${CMAKE_CURRENT_BINARY_DIR}/hhctrl.def)
set_module_type(hhctrl win32ocx)