reactos/dll/win32/wbemdisp/precomp.h

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_ */