diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-03 03:30:35 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-03 03:30:35 +0000 |
commit | 8d021ba9197cc31408c4a9da1948422bcb7a3d43 (patch) | |
tree | a11d318d4db05d29d14661be25ebfe502e3b12dc | |
parent | 85313ec4dcc1591dbf1ecf6fa76294080354ed2a (diff) | |
download | usdx-8d021ba9197cc31408c4a9da1948422bcb7a3d43.tar.gz usdx-8d021ba9197cc31408c4a9da1948422bcb7a3d43.tar.xz usdx-8d021ba9197cc31408c4a9da1948422bcb7a3d43.zip |
1 more try.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@563 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Game/Code/UltraStar.dpr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 4695ae4e..0ab28cb6 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -98,7 +98,7 @@ uses UCore in 'Classes\UCore.pas', //Core, Maybe remove this
UCoreModule in 'Classes\UCoreModule.pas', //^
UPluginInterface in 'Classes\UPluginInterface.pas', //Interface offered by Core to Plugins
- UPluginLoader in 'Classes\UPluginLoader.pas', //New Plugin Loader Module
+ uPluginLoader in 'Classes\uPluginLoader.pas', //New Plugin Loader Module
UParty in 'Classes\UParty.pas', // to - do : rewrite Party Manager as Module, reomplent ability to offer party Mody by Plugin
@@ -169,7 +169,9 @@ uses UPluginDefs in '..\..\Modis\SDK\UPluginDefs.pas', //New SDK, not only Modis
UPartyDefs in '..\..\Modis\SDK\UPartyDefs.pas', //Headers to register Party Modes
+ {$IFDEF win32}
Windows,
+ {$ENDIF}
SysUtils;
const
|