2018-03-04 12:14:52 +00:00
|
|
|
|
2013-12-26 18:50:10 +00:00
|
|
|
#ifndef _OLEAUT32_PCH_
|
|
|
|
#define _OLEAUT32_PCH_
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
|
|
|
|
#define COBJMACROS
|
|
|
|
#define NONAMELESSUNION
|
|
|
|
#define NONAMELESSSTRUCT
|
|
|
|
|
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <wingdi.h>
|
|
|
|
#include <winreg.h>
|
2014-01-25 11:59:58 +00:00
|
|
|
#include <ole2.h>
|
2013-12-26 18:50:10 +00:00
|
|
|
#include <olectl.h>
|
|
|
|
|
|
|
|
#include <wine/debug.h>
|
2014-01-25 11:59:58 +00:00
|
|
|
#include <wine/list.h>
|
2013-12-26 18:50:10 +00:00
|
|
|
#include <wine/unicode.h>
|
|
|
|
|
|
|
|
#include "connpt.h"
|
|
|
|
#include "variant.h"
|
2014-01-25 11:59:58 +00:00
|
|
|
#include "resource.h"
|
2013-12-26 18:50:10 +00:00
|
|
|
|
2018-03-04 12:14:52 +00:00
|
|
|
#endif /* !_OLEAUT32_PCH_ */
|