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.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc
index b980e754..8bfbff34 100644
--- a/Game/Code/switches.inc
+++ b/Game/Code/switches.inc
@@ -1,5 +1,7 @@
{$IFDEF FPC}
{$UNDEF UseSerialPort}
+ {$UNDEF UseMIDIPort}
{$ELSE}
{$DEFINE UseSerialPort}
+ {$DEFINE UseMIDIPort}
{$ENDIF}