Skip to content

Commit f282c78

Browse files
committed
load_pat.cpp: updated timidity.cfg paths for os/2.
1 parent e0ffc77 commit f282c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/load_pat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
#include "load_pat.h"
4848

49-
#ifdef _WIN32
49+
#if defined(_WIN32)||defined(__OS2__)
5050
#define DIRDELIM '\\'
5151
#define TIMIDITYCFG "C:\\TIMIDITY\\TIMIDITY.CFG"
5252
#define PATHFORPAT "C:\\TIMIDITY\\INSTRUMENTS"

0 commit comments

Comments
 (0)