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

Fixed capitalisation of some include filenames.

This commit is contained in:
jules 2013-08-10 22:16:39 +01:00
parent da70f6d374
commit 2e3ae41e27
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
#include <commdlg.h>
#if JUCE_WEB_BROWSER
#include <Exdisp.h>
#include <exdisp.h>
#include <exdispid.h>
#endif

View file

@ -61,7 +61,7 @@
#include <commdlg.h>
#if JUCE_WEB_BROWSER
#include <Exdisp.h>
#include <exdisp.h>
#include <exdispid.h>
#endif