ole32: Include ole2.h in ole32_main.c to type-check the function signature of OleMeta...
authorRob Shearman <robertshearman@gmail.com>
Sun, 22 Jun 2008 08:40:16 +0000 (09:40 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Jun 2008 10:48:31 +0000 (12:48 +0200)
dlls/ole32/ole32_main.c

index 89878b7323ffe12e20548ba0e46b87642c2e186e..4c68321b9f156a8ec16f58c9c7cb4617495a2c47 100644 (file)
@@ -30,6 +30,7 @@
 #include "winuser.h"
 #include "winnls.h"
 #include "objbase.h"
+#include "ole2.h"
 #include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(ole);