forked from mia/Aegisub
Update to latest wx trunk
This commit is contained in:
parent
5462d35708
commit
7deca9f43c
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
#ifndef _WX_SETUP_H_
|
#ifndef _WX_SETUP_H_
|
||||||
#define _WX_SETUP_H_
|
#define _WX_SETUP_H_
|
||||||
|
#ifndef wxUSE_GUI
|
||||||
#define wxUSE_GUI 1
|
#define wxUSE_GUI 1
|
||||||
|
#endif
|
||||||
#define WXWIN_COMPATIBILITY_2_4 0
|
#define WXWIN_COMPATIBILITY_2_4 0
|
||||||
#define WXWIN_COMPATIBILITY_2_6 0
|
#define WXWIN_COMPATIBILITY_2_6 0
|
||||||
#define WXWIN_COMPATIBILITY_2_8 0
|
#define WXWIN_COMPATIBILITY_2_8 0
|
||||||
|
|
2
deps/wxWidgets
vendored
2
deps/wxWidgets
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 91270d2d17374f24a4de5108ea1a332190b827a6
|
Subproject commit 4c86168d9aaa36cffc74afbc6abd1ff5b270db64
|
Loading…
Reference in a new issue