hedgewars/uPhysFSLayer.pas
branchqmlfrontend
changeset 11841 6adf27e85cae
parent 11828 a69124eb7ce7
parent 11832 f2ab65d97242
child 12855 1b2b84315d27
--- a/hedgewars/uPhysFSLayer.pas	Tue May 17 23:29:49 2016 +0300
+++ b/hedgewars/uPhysFSLayer.pas	Fri Jul 15 22:39:07 2016 +0300
@@ -43,7 +43,7 @@
 procedure hedgewarsMountPackage(filename: PChar); cdecl; external PhyslayerLibName;
 
 implementation
-uses uConsts, uUtils, uVariables{$IFDEF PAS2C}, physfs{$ENDIF};
+uses uConsts, uUtils, uVariables{$IFNDEF PAS2C}{$IFDEF HWLIBRARY}, sysutils{$ENDIF}{$ELSE}, physfs{$ENDIF};
 
 function PHYSFSRWOPS_openRead(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;
 function PHYSFSRWOPS_openWrite(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;