Fixed the Python detection in the setup for single user installations
[craw.git] / craw / exception_handler.hpp
blob3f69a326f706905085a2930d62492d1a1df1857f
1 #pragma once
3 #include <map>
4 #include "debug_registers.hpp"
6 void set_own_context(debug_register_vector const & data);
7 bool install_exception_handler();