[COMDLG32]

* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61746
This commit is contained in:
Amine Khaldi 2014-01-21 17:59:36 +00:00
parent 20febaafd2
commit cabd4e530e
3 changed files with 5 additions and 6 deletions

View file

@ -21,9 +21,8 @@
#ifndef _WINE_DLL_CDLG_H
#define _WINE_DLL_CDLG_H
#include <config.h>
#include <wine/config.h>
#include <stdarg.h>
#include <stdio.h>
#define WIN32_NO_STATUS
@ -38,18 +37,15 @@
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <winnls.h>
#include <wincon.h>
#include <winternl.h>
#include <commctrl.h>
#include <objbase.h>
#include <commdlg.h>
#include <shlobj.h>
#include <shellapi.h>
#include <dlgs.h>
#include <cderr.h>
// RegGetValueW is supported by Win2k3 SP1 but headers need Win Vista
/* RegGetValueW is supported by Win2k3 SP1 but headers need Win Vista */
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0600
#include <winreg.h>

View file

@ -47,6 +47,8 @@
#include "cdlg.h"
#include <shellapi.h>
#define UNIMPLEMENTED_FLAGS \
(OFN_DONTADDTORECENT |\
OFN_NODEREFERENCELINKS | OFN_NOREADONLYRETURN |\

View file

@ -23,6 +23,7 @@
*/
#include "cdlg.h"
#include <assert.h>
#include <winspool.h>