diff -r dfda97c153a4 -r 8e83c7e31720 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Sat Jan 09 00:59:12 2010 +0000 +++ b/hedgewars/uStore.pas Sat Jan 09 01:34:23 2010 +0000 @@ -69,7 +69,11 @@ SupportNPOTT: Boolean = false; implementation -uses uMisc, uConsole, uLand, uLocale, uWorld; +uses uMisc, uConsole, uLand, uLocale, uWorld + {$IFDEF IPHONEOS} + , PascalExports + {$ENDIF} + ; type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel);