10 lines
217 B
C++
10 lines
217 B
C++
#ifndef _COM_OLE2_HPP_
|
|
#define _COM_OLE2_HPP_
|
|
#include <ole2.h>
|
|
#ifndef _COM_OBJBASE_HPP_
|
|
#include <com/objbase.hpp>
|
|
#endif
|
|
typedef __declspec(dllexport) DllExport;
|
|
typedef void * PVOID;
|
|
typedef PVOID * PPVOID;
|
|
#endif |