11 lines
216 B
C
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;
|
|
} |