ReactOS 0.4.15-dev-8434-g155a7c7
precomp.h
Go to the documentation of this file.
1
2#ifndef _WSHOM_PRECOMP_H_
3#define _WSHOM_PRECOMP_H_
4
5#define WIN32_NO_STATUS
6#define _INC_WINDOWS
7
8#include "wshom_private.h"
9
10#include <wshom.h>
11#include <ocidl.h>
12
13#include <wine/debug.h>
14
15#endif /* !_WSHOM_PRECOMP_H_ */