| 123456789101112131415161718 |
- #ifndef DUMPEXCEPTION_H
- #define DUMPEXCEPTION_H
- #pragma once
- #include "config.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- TOOLKIT_API int DumpExceptionInfo(PEXCEPTION_POINTERS pExceptPtrs, HANDLE hLogFile);
- #ifdef __cplusplus
- } // extern "C" {
- #endif
- #endif // DUMPEXCEPTION_H
|