Fix wxOSX build on case-sensitive filesystem

Use the correct case for AppKit.h to fix the problem with not finding the file
when using a case-sensitive filesystem for the build.

Closes https://github.com/wxWidgets/wxWidgets/pull/284
This commit is contained in:
lcrees
2016-05-13 18:42:20 -06:00
committed by Vadim Zeitlin
parent bc41cbeb25
commit 311b4d1b14

View File

@@ -24,7 +24,7 @@
#include "wx/osx/uma.h"
#if wxOSX_USE_COCOA_OR_CARBON
#include <Appkit/Appkit.h>
#include <AppKit/AppKit.h>
#endif
// FYI a link to help with implementing: http://www.cocoadev.com/index.pl?LittleYellowBox