include/oledlg.h: Add missing include directives.

This commit is contained in:
Francois Gouget 2006-11-09 11:36:42 +01:00 committed by Alexandre Julliard
parent 8a2b4026b9
commit 041df966d4

View file

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