reactos/dll/win32/propsys/precomp.h
2019-11-23 12:08:50 +01:00

25 lines
387 B
C

#ifndef _PROPSYS_PRECOMP_H_
#define _PROPSYS_PRECOMP_H_
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define NONAMELESSUNION
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <objbase.h>
#include <propsys.h>
#include <wine/debug.h>
#include "propsys_private.h"
#endif /* !_PROPSYS_PRECOMP_H_ */