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 COM_NO_WINDOWS_H 10 11 #define COBJMACROS 12 #define NONAMELESSUNION 13 14 #include <windef.h> 15 #include <winbase.h> 16 #include <objbase.h> 17 18 #endif /* !_ACTIVEDS_PCH_ */ 19