Browse Source

tags/2021-05-28
jules 18 years ago
parent
commit
38f04dff7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/win32/platform_specific_code/juce_win32_Windowing.cpp

+ 1
- 1
build/win32/platform_specific_code/juce_win32_Windowing.cpp View File

@@ -89,7 +89,7 @@ BEGIN_JUCE_NAMESPACE
#include "../../../src/juce_appframework/gui/graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.h"
#include "../../../src/juce_appframework/gui/graphics/geometry/juce_PathIterator.h"
#include "../../../src/juce_appframework/gui/components/layout/juce_ComponentMovementWatcher.h"
#include "../../../src/juce_appframework/application/juce_Application.h"
extern void juce_repeatLastProcessPriority() throw(); // in juce_win32_Threads.cpp
extern void juce_CheckCurrentlyFocusedTopLevelWindow() throw(); // in juce_TopLevelWindow.cpp


Loading…
Cancel
Save