Module: wine Branch: master Commit: 041df966d4ce115fe4fecb16243f97ff05d677d4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=041df966d4ce115fe4fecb1624...
Author: Francois Gouget fgouget@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" {