include/oledlg.h: Add missing include directives.

Francois Gouget fgouget at free.fr
Thu Nov 9 04:36:42 CST 2006


---
 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" {
-- 
1.4.1.1




More information about the wine-patches mailing list