Browse Source
Fixed capitalisation of some include filenames.
tags/2021-05-28
jules
12 years ago
2 changed files with
2 additions and
2 deletions
-
modules/juce_gui_basics/juce_gui_basics.cpp
-
modules/juce_gui_extra/juce_gui_extra.cpp
|
|
@@ -62,7 +62,7 @@ |
|
|
#include <commdlg.h>
|
|
|
#include <commdlg.h>
|
|
|
|
|
|
|
|
|
#if JUCE_WEB_BROWSER
|
|
|
#if JUCE_WEB_BROWSER
|
|
|
#include <Exdisp.h>
|
|
|
|
|
|
|
|
|
#include <exdisp.h>
|
|
|
#include <exdispid.h>
|
|
|
#include <exdispid.h>
|
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
@@ -61,7 +61,7 @@ |
|
|
#include <commdlg.h>
|
|
|
#include <commdlg.h>
|
|
|
|
|
|
|
|
|
#if JUCE_WEB_BROWSER
|
|
|
#if JUCE_WEB_BROWSER
|
|
|
#include <Exdisp.h>
|
|
|
|
|
|
|
|
|
#include <exdisp.h>
|
|
|
#include <exdispid.h>
|
|
|
#include <exdispid.h>
|
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|