]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows-nt.hpp
cleaned up code a bit, added multithreaded mode flags
[factor.git] / vm / os-windows-nt.hpp
index 68de8ff49e06908ac70bbc53451694434c587209..385553e11e1c81d135fb3ecba8a017d35d8a62ef 100755 (executable)
@@ -31,6 +31,4 @@ typedef HANDLE THREADHANDLE;
 THREADHANDLE start_thread(void *(*start_routine)(void *),void *args);
 unsigned long thread_id();
 
-#define SIGNAL_VM_PTR lookup_vm(GetCurrentThreadId())
-
 }