This commit is contained in:
2024-08-07 09:12:07 -04:00
parent ca445435a0
commit fdfadd5c7e
1021 changed files with 73601 additions and 0 deletions

10
com/ole2.hpp Normal file
View File

@@ -0,0 +1,10 @@
#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