From dcea4d91e5bc09519ee9048e5104904199016a3e Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sat, 10 Oct 2015 12:26:43 +0300 Subject: Fix error of Windows build with "NO_OLDNAMES" included causes "::iswblank not declared" error --- src/adlmidi.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/adlmidi.cpp') diff --git a/src/adlmidi.cpp b/src/adlmidi.cpp index 7423e44..487e464 100644 --- a/src/adlmidi.cpp +++ b/src/adlmidi.cpp @@ -32,6 +32,9 @@ #endif #endif +#ifdef _WIN32 +#undef NO_OLDNAMES +#endif #include #include #include -- cgit v1.2.3