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

Fixed a linker error in 2af1de4

This commit is contained in:
ed 2019-05-13 10:28:12 +01:00
parent a90940283c
commit c194389cb5

View file

@ -30,7 +30,7 @@ namespace juce
extern ComponentPeer* createNonRepaintingEmbeddedWindowsPeer (Component&, void* parent);
extern bool shouldScaleGLWindow (void* hwnd);
#if JUCE_MODULE_AVAILABLE_juce_audio_plugin_client && (JucePlugin_Build_VST || JucePlugin_Build_VST3)
#if JUCE_MODULE_AVAILABLE_juce_audio_plugin_client && JucePlugin_Build_VST
bool juce_shouldDoubleScaleNativeGLWindow();
#else
bool juce_shouldDoubleScaleNativeGLWindow() { return false; }