Files
progwrp/wer.c
computergang 28c76838c9 reupload this
2026-04-10 15:39:36 +02: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;
}