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:
Robert Roebling 2000-11-24 12:36:52 +00:00
parent 09cc749c7d
commit 44f889cb5f

View File

@ -364,14 +364,21 @@
*/
#define wxUSE_LONGLONG 0
/*
* Use geometry classes
*/
#define wxUSE_GEOMETRY 0
/*
* Use wxFile class
*/
#define wxUSE_FILE 0
/*
* Use wxTextFile class
*/
#define wxUSE_TEXTFILE 0
/*
* Use log classes and logging functions
*/