aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/switches.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/switches.inc')
-rw-r--r--Game/Code/switches.inc20
1 files changed, 13 insertions, 7 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc
index 8bfbff34..0bace1cb 100644
--- a/Game/Code/switches.inc
+++ b/Game/Code/switches.inc
@@ -1,7 +1,13 @@
-{$IFDEF FPC}
- {$UNDEF UseSerialPort}
- {$UNDEF UseMIDIPort}
-{$ELSE}
- {$DEFINE UseSerialPort}
- {$DEFINE UseMIDIPort}
-{$ENDIF}
+{$IFDEF FPC}
+ {$UNDEF UseSerialPort}
+ {$UNDEF UseMIDIPort}
+{$ELSE}
+ {$DEFINE UseSerialPort}
+ {$DEFINE UseMIDIPort}
+{$ENDIF}
+
+{$IFDEF win32}
+ {$DEFINE UseBASS}
+{$ELSE}
+ {$UNDEF UseBASS}
+{$ENDIF}