progwrp/wer.c
2025-12-13 23:37:26 +01: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;
}