http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c183cb
)
ole32: Include ole2.h in ole32_main.c to type-check the function signature of OleMeta...
author
Rob Shearman
<robertshearman@gmail.com>
Sun, 22 Jun 2008 08:40:16 +0000
(09:40 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 23 Jun 2008 10:48:31 +0000
(12:48 +0200)
dlls/ole32/ole32_main.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ole32/ole32_main.c
b/dlls/ole32/ole32_main.c
index 89878b7323ffe12e20548ba0e46b87642c2e186e..4c68321b9f156a8ec16f58c9c7cb4617495a2c47 100644
(file)
--- a/
dlls/ole32/ole32_main.c
+++ b/
dlls/ole32/ole32_main.c
@@
-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);