]> git.saurik.com Git - wxWidgets.git/commitdiff
Adding wxUSE_GEOMETRY to setup.h.in
authorRobert Roebling <robert@roebling.de>
Fri, 24 Nov 2000 12:36:52 +0000 (12:36 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 24 Nov 2000 12:36:52 +0000 (12:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 0fb96c14b108ce71dac2c9412d203594d11ae215..5cca1155234c2313ef41a10397baf019043375ad 100644 (file)
  */
 #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
  */