mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
16 lines
224 B
C
16 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_ */
|