WinWorkstation.st
changeset 2284 c6490fd1f1f3
parent 2281 3ab27baf1cd6
child 2297 3443e454a52d
--- a/WinWorkstation.st	Mon Aug 24 20:28:09 1998 +0200
+++ b/WinWorkstation.st	Thu Aug 27 13:06:14 1998 +0200
@@ -8299,7 +8299,7 @@
 	DuplicateHandle(GetCurrentProcess(),GetCurrentThread(),GetCurrentProcess(),&_masterThread,DUPLICATE_SAME_ACCESS,FALSE,DUPLICATE_SAME_ACCESS);
 
 	initqueue();
-	_beginthread(dispatchThread, 4096, 0);
+	__beginthread(dispatchThread, 4096, 0);
 	{
 	  DWORD dwWaitResult;
 
@@ -9783,6 +9783,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.51 1998-08-24 17:08:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.52 1998-08-27 11:06:08 cg Exp $'
 ! !
 WinWorkstation initialize!