aboutsummaryrefslogtreecommitdiff
path: root/src/dbopl.h
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-18 18:22:30 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-18 18:22:30 +0300
commit7e19a21b186de524447fc00c21c9bdb2985a0801 (patch)
tree45df93af0e915a266d933a5e1bc1183f0d20a92f /src/dbopl.h
parent1ebfef778e67329d221d82eb11592a50b0b49b6a (diff)
downloadlibADLMIDI-7e19a21b186de524447fc00c21c9bdb2985a0801.tar.gz
libADLMIDI-7e19a21b186de524447fc00c21c9bdb2985a0801.tar.bz2
libADLMIDI-7e19a21b186de524447fc00c21c9bdb2985a0801.zip
Now it compiles under MinGW fine
Diffstat (limited to 'src/dbopl.h')
-rw-r--r--src/dbopl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbopl.h b/src/dbopl.h
index e51a7a3..b5b2ba1 100644
--- a/src/dbopl.h
+++ b/src/dbopl.h
@@ -55,7 +55,7 @@ typedef __int64 ssize_t;
# else
typedef __int32 ssize_t;
# endif
-# elif !defined(__MINGW32__)
+# else
# ifdef _WIN64
typedef int64_t ssize_t;
# else