Adding wxUSE_GEOMETRY to setup.h.in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
09cc749c7d
commit
44f889cb5f
@ -364,14 +364,21 @@
|
|||||||
*/
|
*/
|
||||||
#define wxUSE_LONGLONG 0
|
#define wxUSE_LONGLONG 0
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Use geometry classes
|
||||||
|
*/
|
||||||
|
#define wxUSE_GEOMETRY 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use wxFile class
|
* Use wxFile class
|
||||||
*/
|
*/
|
||||||
#define wxUSE_FILE 0
|
#define wxUSE_FILE 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use wxTextFile class
|
* Use wxTextFile class
|
||||||
*/
|
*/
|
||||||
#define wxUSE_TEXTFILE 0
|
#define wxUSE_TEXTFILE 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use log classes and logging functions
|
* Use log classes and logging functions
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user