mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
18 lines
274 B
C
18 lines
274 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_ */
|