libInit.cc
changeset 2300 3caed33fd7c9
parent 2273 d0c6aa48290e
child 2348 cd8b7eff758c
--- a/libInit.cc	Thu Oct 08 10:39:08 2009 +0200
+++ b/libInit.cc	Thu Oct 08 10:39:10 2009 +0200
@@ -1,7 +1,7 @@
 /*
- * $Header: /cvs/stx/stx/libbasic2/libInit.cc,v 1.91 2009-09-28 16:18:52 cg Exp $
+ * $Header: /cvs/stx/stx/libbasic2/libInit.cc,v 1.92 2009-10-08 08:39:10 cg Exp $
  *
- * DO NOT EDIT 
+ * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_libbasic2.
  */
 #define __INDIRECTVMINITCALLS__
@@ -9,7 +9,7 @@
 
 #ifdef WIN32
 # pragma codeseg INITCODE "INITCODE"
-#endif 
+#endif
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
 DLL_EXPORT void _libstx_libbasic2_Init() INIT_TEXT_SECTION;
@@ -24,6 +24,7 @@
 _BinaryTree_Init(pass,__pRT__,snd);
 _BinaryTreeNode_Init(pass,__pRT__,snd);
 _BitArray_Init(pass,__pRT__,snd);
+_CRC32Stream_Init(pass,__pRT__,snd);
 _CacheDictionary_Init(pass,__pRT__,snd);
 _CompressionStream_Init(pass,__pRT__,snd);
 _DirectoryContents_Init(pass,__pRT__,snd);