ReactOS 0.4.15-dev-8614-gbc76250
precomp.h
Go to the documentation of this file.
1
2#ifndef _PROPSYS_PRECOMP_H_
3#define _PROPSYS_PRECOMP_H_
4
5#include <stdarg.h>
6
7#define WIN32_NO_STATUS
8#define _INC_WINDOWS
9#define COM_NO_WINDOWS_H
10
11#define COBJMACROS
12#define NONAMELESSUNION
13
14#include <windef.h>
15#include <winbase.h>
16#include <winnls.h>
17#include <objbase.h>
18#include <propsys.h>
19
20#include <wine/debug.h>
21
22#include "propsys_private.h"
23
24#endif /* !_PROPSYS_PRECOMP_H_ */