From: Robert Roebling Date: Fri, 24 Nov 2000 12:36:52 +0000 (+0000) Subject: Adding wxUSE_GEOMETRY to setup.h.in X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/44f889cb5f21aa4fb0f0d9b6ed4c5e272278055c Adding wxUSE_GEOMETRY to setup.h.in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index 0fb96c14b1..5cca115523 100644 --- a/setup.h.in +++ b/setup.h.in @@ -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 */