projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed crash with '\' on the end of the last line
[wxWidgets.git]
/
include
/
wx
/
geometry.h
diff --git
a/include/wx/geometry.h
b/include/wx/geometry.h
index 47c083420a98c4f80894f82dbd353fad9ff6a184..2a8a8fb396898a078ddeb0b5e24c052e7d492eb8 100644
(file)
--- a/
include/wx/geometry.h
+++ b/
include/wx/geometry.h
@@
-18,6
+18,10
@@
#include "wx/defs.h"
+#ifndef wxUSE_GEOMETRY
+ #define wxUSE_GEOMETRY 0
+#endif
+
#if wxUSE_GEOMETRY
#include "wx/utils.h"