[HHCTRL.OCX] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / hhctrl.ocx / hhctrl.c
index 89cda1f..7efca00 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "wine/debug.h"
+
+#include <stdarg.h>
+
+#define COBJMACROS
+
+#include "windef.h"
+#include "winbase.h"
+#include "winuser.h"
+#include "winnls.h"
+#include "htmlhelp.h"
+#include "ole2.h"
+#include "rpcproxy.h"
+
+#define INIT_GUID
 #include "hhctrl.h"
 
-#include <rpcproxy.h>
+WINE_DEFAULT_DEBUG_CHANNEL(htmlhelp);
 
 HINSTANCE hhctrl_hinstance;
 BOOL hh_process = FALSE;