]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows-nt.hpp
vm: split up TLS code and add a dummy implementation for a dummy OS known as NetBSD
[factor.git] / vm / os-windows-nt.hpp
index d425a2c2816be453337036d40e1542d62319254b..c5e721c56dd3b915e1dbb2b9626b9e31c6298a35 100755 (executable)
@@ -45,8 +45,4 @@ typedef HANDLE THREADHANDLE;
 THREADHANDLE start_thread(void *(*start_routine)(void *),void *args);
 inline static THREADHANDLE thread_id() { return GetCurrentThread(); }
 
-void init_platform_globals();
-void register_vm_with_thread(factor_vm *vm);
-factor_vm *current_vm();
-
 }