diff options
-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
|