ReactOS 0.4.17-dev-117-g313be0c
precomp.h
Go to the documentation of this file.
1
2#ifndef _ACTIVEDS_PCH_
3#define _ACTIVEDS_PCH_
4
5#include <stdarg.h>
6
7#define WIN32_NO_STATUS
8#define _INC_WINDOWS
9#define COBJMACROS
10
11#include <windef.h>
12#include <winbase.h>
13#include <iads.h>
14#include <adserr.h>
15
16#endif /* !_ACTIVEDS_PCH_ */