Files
Timo Kreuzer 5e436637fe [ACTIVEDS] Sync to Wine-10.0
Also add it's COM registration, so it actually works.
2026-05-11 18:21:34 +00:00

17 lines
243 B
C

#ifndef _ACTIVEDS_PCH_
#define _ACTIVEDS_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COBJMACROS
#include <windef.h>
#include <winbase.h>
#include <iads.h>
#include <adserr.h>
#endif /* !_ACTIVEDS_PCH_ */