mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Fixed an AAX win32 include problem and avoided a warning
This commit is contained in:
parent
e3d827a059
commit
308a5b97e3
1 changed files with 2 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "../utility/juce_IncludeSystemHeaders.h"
|
||||
#include "../utility/juce_IncludeModuleHeaders.h"
|
||||
#include "../utility/juce_WindowsHooks.h"
|
||||
#include "../utility/juce_PluginBusUtilities.h"
|
||||
|
||||
#ifdef __clang__
|
||||
|
|
@ -39,7 +40,7 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (push)
|
||||
#pragma warning (disable : 4127)
|
||||
#pragma warning (disable : 4127 4512)
|
||||
#endif
|
||||
|
||||
#include "AAX_Exports.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue