1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix for mingw.

This commit is contained in:
jules 2014-11-18 11:42:33 +02:00
parent 5bdfa1bf52
commit 20fac5c567

View file

@ -22,7 +22,7 @@
==============================================================================
*/
#if _MSC_VER || JUCE_MINGW
#if _MSC_VER || defined (__MINGW32__) || defined (__MINGW64__)
#include <windows.h>
#endif