1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Added a couple of mingw tweaks for plugin builds.

This commit is contained in:
jules 2013-11-30 20:04:44 +00:00
parent f9759ecc6b
commit 7336f7da34

View file

@ -22,7 +22,7 @@
==============================================================================
*/
#if _MSC_VER
#if _MSC_VER || JUCE_MINGW
#include <windows.h>
#endif
@ -33,7 +33,7 @@
#include "../utility/juce_CheckSettingMacros.h"
#include "juce_IncludeModuleHeaders.h"
#if _MSC_VER
#if _MSC_VER || JUCE_MINGW
#if JucePlugin_Build_RTAS
extern "C" BOOL WINAPI DllMainRTAS (HINSTANCE, DWORD, LPVOID);