]> git.sesse.net Git - casparcg/blobdiff - common/except.h
Merged most recent OSC changes
[casparcg] / common / except.h
index b0ce1c8e125c4196db62970129d0eef339d2fc5a..d964360e2457798c3f17bde9c08adbfd1acdaa9d 100644 (file)
@@ -93,6 +93,8 @@ class win32_exception : public std::exception
 public:
        typedef const void* address;
        static void install_handler();
+       static void ensure_handler_installed_for_thread(
+                       const char* thread_description = nullptr);
 
        address location() const { return location_; }
        unsigned int error_code() const { return errorCode_; }