disable the C memory manager and keep the native pascal one
authorkoda
Wed, 19 Jan 2011 23:51:19 +0100
changeset 4859 74d32d1c3753
parent 4858 9a43c71ffe4a
child 4860 4f9d05416fd6
disable the C memory manager and keep the native pascal one
hedgewars/hwLibrary.pas
--- a/hedgewars/hwLibrary.pas	Wed Jan 19 23:02:43 2011 +0100
+++ b/hedgewars/hwLibrary.pas	Wed Jan 19 23:51:19 2011 +0100
@@ -12,7 +12,7 @@
 // these procedures/functions to the PascalImports.h file (also in the "Pascal Sources" group)
 // to make these functions available in the C/C++/Objective-C source files
 // (add "#include PascalImports.h" near the top of these files if it's not there yet)
-uses cmem, PascalExports, hwengine;
+uses PascalExports, hwengine;
 begin
 
 end.