Commit 041df966 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include/oledlg.h: Add missing include directives.

parent 8a2b4026
......@@ -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" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment