reupload this
This commit is contained in:
16
ole32.c
Normal file
16
ole32.c
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user