CRAW now runs on Windows 7 too - the problem was that Windows 7 has moved some functi...
[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();