root/trunk/ElephantDebugApi/helper_functions.h
| Revision 5, 246 bytes (checked in by qbert, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef GETNAMES_H |
| 2 | #define GETNAMES_H |
| 3 | |
| 4 | #include <string> |
| 5 | #include <windows.h> |
| 6 | #include <imagehlp.h> |
| 7 | using std::string; |
| 8 | |
| 9 | typedef unsigned int uint; |
| 10 | |
| 11 | string get_event_name ( uint x ); |
| 12 | string get_exception_name ( uint x ); |
| 13 | |
| 14 | |
| 15 | |
| 16 | #endif |
Note: See TracBrowser for help on using the browser.
