]> git.sesse.net Git - casparcg/blobdiff - common/exception/win32_exception.h
* Created custom decklink allocator for reducing memory footprint.
[casparcg] / common / exception / win32_exception.h
index 8cfe515bd84951856e7c2136d36769f1f6ad250f..2f9c85964550726d523f9e9ac1c6e6e54466ed36 100644 (file)
@@ -35,6 +35,8 @@ class win32_exception : public std::exception
 public:\r
        typedef const void* address;\r
        static void install_handler();\r
+       static void ensure_handler_installed_for_thread(\r
+                       const char* thread_description = nullptr);\r
 \r
        address location() const { return location_; }\r
        unsigned int error_code() const { return errorCode_; }\r