From d13766f2eea2a8271317433b7402df9249ceb693 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 28 Sep 2019 07:47:10 +0200 Subject: [PATCH] - fixed a merge error. --- src/sound/mididevices/midi_cvars.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sound/mididevices/midi_cvars.cpp b/src/sound/mididevices/midi_cvars.cpp index 2bee0d1b6..a26fa74af 100644 --- a/src/sound/mididevices/midi_cvars.cpp +++ b/src/sound/mididevices/midi_cvars.cpp @@ -49,7 +49,6 @@ #ifdef _WIN32 // do this without including windows.h for this one single prototype -#ifdef _WIN32 extern "C" unsigned __stdcall GetSystemDirectoryA(char* lpBuffer, unsigned uSize); #endif // _WIN32