diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-01 22:22:39 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-01 22:22:39 -0500 |
commit | d94f61b5d52d3372c006aad67ccd133926666f18 (patch) | |
tree | 2b2df83684a183d56bdc50a095d98d91d0941979 /base.h | |
parent | 12bb6e2cd377d3dfa2f7ec037c31463c3f9070d1 (diff) |
crash handler for windows
Diffstat (limited to 'base.h')
-rw-r--r-- | base.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ #if _WIN32 #include <windows.h> #include <shlobj.h> +#include <dbghelp.h> #define PATH_SEPARATOR '\\' #define PATH_SEPARATOR_STR "\\" // on windows, let the user use forwards slashes as well as backslashes |