mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
24 lines
369 B
C
24 lines
369 B
C
|
|
||
|
#ifndef _WBEMDISP_PRECOMP_H_
|
||
|
#define _WBEMDISP_PRECOMP_H_
|
||
|
|
||
|
#include <stdarg.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#define COBJMACROS
|
||
|
|
||
|
#include <windef.h>
|
||
|
#include <winbase.h>
|
||
|
#include <objbase.h>
|
||
|
#include <oleauto.h>
|
||
|
#include <wbemdisp.h>
|
||
|
|
||
|
#include <wine/debug.h>
|
||
|
|
||
|
#include "wbemdisp_private.h"
|
||
|
|
||
|
#endif /* !_WBEMDISP_PRECOMP_H_ */
|