Files
computerism-win8.1 c5629d9e0a init commit
2026-06-02 22:24:44 +03:00

11 lines
216 B
C

#include "progwrp.h"
#include "export.h"
#include "implementations.h"
HRESULT WINAPI Implementation_WerRegisterRuntimeExceptionModule(
PCWSTR pwszOutOfProcessCallbackDll,
PVOID pContext
)
{
return E_NOTIMPL;
}