when it comes to cross compiling, Most unices like linux are case sensitive
This commit is contained in:
parent
26b15b2c1e
commit
5e58e4c3e6
|
@ -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*);
|
||||
|
|
Loading…
Reference in New Issue