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:
parent
a90940283c
commit
c194389cb5
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ namespace juce
|
||||||
extern ComponentPeer* createNonRepaintingEmbeddedWindowsPeer (Component&, void* parent);
|
extern ComponentPeer* createNonRepaintingEmbeddedWindowsPeer (Component&, void* parent);
|
||||||
extern bool shouldScaleGLWindow (void* hwnd);
|
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();
|
bool juce_shouldDoubleScaleNativeGLWindow();
|
||||||
#else
|
#else
|
||||||
bool juce_shouldDoubleScaleNativeGLWindow() { return false; }
|
bool juce_shouldDoubleScaleNativeGLWindow() { return false; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue