Francois Gouget : include/oledlg.h: Add missing include directives.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 9 13:57:17 CST 2006


Module: wine
Branch: master
Commit: 041df966d4ce115fe4fecb16243f97ff05d677d4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=041df966d4ce115fe4fecb16243f97ff05d677d4

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Nov  9 11:36:42 2006 +0100

include/oledlg.h: Add missing include directives.

---

 include/oledlg.h |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/include/oledlg.h b/include/oledlg.h
index 9cc00f7..29fff5a 100644
--- a/include/oledlg.h
+++ b/include/oledlg.h
@@ -21,9 +21,18 @@
 #ifndef __WINE_OLEDLG_H
 #define __WINE_OLEDLG_H
 
+#ifndef __WINESRC__
+# include <windows.h>
+#endif
+#include <shellapi.h>
 #include <commdlg.h>
-#include <prsht.h>
 #include <ole2.h>
+#ifndef __WINESRC__
+# include <string.h>
+# include <tchar.h>
+#endif
+#include <dlgs.h>
+#include <prsht.h>
 
 #ifdef __cplusplus
 extern "C" {




More information about the wine-cvs mailing list