Use CreateThread directly instead of __beginthreadNT
authorStefan Vogel <sv@exept.de>
Thu, 18 Jan 2007 20:44:55 +0100
changeset 4712 2347ef79a24d
parent 4711 1d1cfd1951e1
child 4713 199dbf1a1406
Use CreateThread directly instead of __beginthreadNT
WinWorkstation.st
--- a/WinWorkstation.st	Thu Jan 18 17:01:50 2007 +0100
+++ b/WinWorkstation.st	Thu Jan 18 20:44:55 2007 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libview' }"
 
 DeviceWorkstation subclass:#WinWorkstation
@@ -16925,7 +16924,7 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.334 2006-10-25 15:23:52 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.335 2007-01-18 19:44:55 stefan Exp $'
 ! !
 
 WinWorkstation initialize!