]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows-nt.cpp
vm: Tweak Factor VM to compile with Microsoft Visual Studio on Windows, in addition...
[factor.git] / vm / os-windows-nt.cpp
index cab30b121ee287d38459d852e3d12295ca692ba7..2fceb130f4e8eb29be189ff8d6515c5fe3be3d5f 100755 (executable)
@@ -112,7 +112,7 @@ LONG factor_vm::exception_handler(PEXCEPTION_POINTERS pe)
        return EXCEPTION_CONTINUE_EXECUTION;
 }
 
-FACTOR_STDCALL LONG exception_handler(PEXCEPTION_POINTERS pe)
+FACTOR_STDCALL(LONG) exception_handler(PEXCEPTION_POINTERS pe)
 {
        return tls_vm()->exception_handler(pe);
 }