mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
34 lines
550 B
C
34 lines
550 B
C
|
|
#ifndef _SHLWAPI_PCH_
|
|
#define _SHLWAPI_PCH_
|
|
|
|
#include <wine/config.h>
|
|
|
|
#include <stdarg.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 <winreg.h>
|
|
#include <wingdi.h>
|
|
#include <wincon.h>
|
|
#include <winternl.h>
|
|
#define NO_SHLWAPI_STREAM
|
|
#define NO_SHLWAPI_USER
|
|
#include <shlwapi.h>
|
|
#include <shlobj.h>
|
|
|
|
#include <wine/debug.h>
|
|
#include <wine/unicode.h>
|
|
|
|
#include "resource.h"
|
|
|
|
#endif /* !_SHLWAPI_PCH_ */
|