reupload this

This commit is contained in:
computergang
2026-04-10 15:39:36 +02:00
commit 28c76838c9
206 changed files with 12075 additions and 0 deletions

16
ole32.c Normal file
View File

@@ -0,0 +1,16 @@
#include "progwrp.h"
HRESULT WINAPI Implementation_CoRegisterInitializeSpy(
IInitializeSpy *pSpy,
ULARGE_INTEGER *puliCookie
)
{
return E_NOTIMPL;
}
HRESULT WINAPI Implementation_CoRevokeInitializeSpy(
ULARGE_INTEGER uliCookie
)
{
return E_NOTIMPL;
}