reactos/dll/win32/activeds/precomp.h
2018-03-09 12:38:37 +01:00

19 lines
276 B
C

#ifndef _ACTIVEDS_PCH_
#define _ACTIVEDS_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define NONAMELESSUNION
#include <windef.h>
#include <winbase.h>
#include <objbase.h>
#endif /* !_ACTIVEDS_PCH_ */