mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
15 lines
224 B
C
15 lines
224 B
C
|
|
#ifndef _WSHOM_PRECOMP_H_
|
|
#define _WSHOM_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
|
|
#include "wshom_private.h"
|
|
|
|
#include <wshom.h>
|
|
#include <ocidl.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_WSHOM_PRECOMP_H_ */
|