when it comes to cross compiling, Most unices like linux are case sensitive

This commit is contained in:
Zach Bacon 2018-10-23 22:06:18 -04:00
parent 26b15b2c1e
commit 5e58e4c3e6
1 changed files with 1 additions and 1 deletions

View File

@ -2537,7 +2537,7 @@ void MainFrame::MenuOptionIntRadioValue(const char* menuName, int& field, int va
#ifdef __WXMSW__
#include <windows.h>
#include <VersionHelpers.h>
#include <versionhelpers.h>
#include <commctrl.h>
#include <wx/msw/private.h>
typedef int (WINAPI *func_LoadIconWithScaleDown)(HINSTANCE, LPCWSTR, int, int, HICON*);