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:
parent
f9759ecc6b
commit
7336f7da34
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue