init commit
This commit is contained in:
11
progwrp-CSOG/wer.c
Normal file
11
progwrp-CSOG/wer.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "progwrp.h"
|
||||
#include "export.h"
|
||||
#include "implementations.h"
|
||||
|
||||
HRESULT WINAPI Implementation_WerRegisterRuntimeExceptionModule(
|
||||
PCWSTR pwszOutOfProcessCallbackDll,
|
||||
PVOID pContext
|
||||
)
|
||||
{
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
Reference in New Issue
Block a user