]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows-nt.hpp
Added basic win32 start-thread support
[factor.git] / vm / os-windows-nt.hpp
index c083844ae073909675944c3d30322ca94b4c5723..27923a000a077b91438c93a46135f63a64aba176 100755 (executable)
@@ -21,9 +21,12 @@ typedef char symbol_char;
 
 FACTOR_STDCALL LONG exception_handler(PEXCEPTION_POINTERS pe);
 
+
 // SSE traps raise these exception codes, which are defined in internal NT headers
 // but not winbase.h
 #define STATUS_FLOAT_MULTIPLE_FAULTS 0xC00002B4
 #define STATUS_FLOAT_MULTIPLE_TRAPS  0xC00002B5
 
+void start_thread(void *(*start_routine)(void *),void *args);
+
 }