9 lines
130 B
C
9 lines
130 B
C
#ifndef MiniDump_h__
|
|
#define MiniDump_h__
|
|
|
|
#include <Windows.h>
|
|
|
|
void WINAPI Create_Dump(PEXCEPTION_POINTERS pException);
|
|
|
|
#endif
|