stx_libbasic.st
changeset 20475 41013adf4b6f
parent 20467 686ed0cca5fd
child 20578 39641ba8d6e0
child 20662 89b49379912a
--- a/stx_libbasic.st	Tue Sep 27 20:13:48 2016 +0200
+++ b/stx_libbasic.st	Tue Sep 27 20:13:49 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -528,6 +530,15 @@
         SubscriptOutOfBoundsError
         UnderflowError
         ZeroDivide
+        (Win32Process win32)
+        (PCFilename win32)
+        (Win32Constants win32)
+        (Win32Handle win32)
+        (Win32FILEHandle win32)
+        (Win32OperatingSystem win32)
+        (OpenVMSFileHandle vms)
+        (OpenVMSFilename vms)
+        (OpenVMSOperatingSystem vms)
         (SqueakCommentReader autoload)
         (SimpleExternalLibraryFunction autoload)
         (QualifiedName autoload)