mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:42:56 +00:00
[COMDLG32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
0dbc2d1842
commit
45ed51c1ba
16 changed files with 405 additions and 262 deletions
41
dll/win32/comdlg32/precomp.h
Normal file
41
dll/win32/comdlg32/precomp.h
Normal file
|
@ -0,0 +1,41 @@
|
|||
|
||||
#ifndef _WINE_COMDLG32_PRECOMP_H
|
||||
#define _WINE_COMDLG32_PRECOMP_H
|
||||
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#define COBJMACROS
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <wincon.h>
|
||||
#include <winternl.h>
|
||||
#include <objbase.h>
|
||||
#include <commdlg.h>
|
||||
#include <shlobj.h>
|
||||
#include <dlgs.h>
|
||||
#include <cderr.h>
|
||||
/* RegGetValueW is supported by Win2k3 SP1 but headers need Win Vista */
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#include <winreg.h>
|
||||
#define NO_SHLWAPI_STREAM
|
||||
#include <shlwapi.h>
|
||||
|
||||
#include <wine/unicode.h>
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "cdlg.h"
|
||||
#include "filedlgbrowser.h"
|
||||
|
||||
#endif /* !_WINE_COMDLG32_PRECOMP_H */
|
Loading…
Add table
Add a link
Reference in a new issue