projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add SetNativeTheme() (slightly modified patch 1884553)
[wxWidgets.git]
/
src
/
common
/
geometry.cpp
diff --git
a/src/common/geometry.cpp
b/src/common/geometry.cpp
index db4ff7c671ab5e0215769b5f01bf34643de01452..362b1aee50b23d31a337340a09edf6071792247e 100644
(file)
--- a/
src/common/geometry.cpp
+++ b/
src/common/geometry.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: common/geometry.cpp
+// Name:
src/
common/geometry.cpp
// Purpose: Common Geometry Classes
// Author: Stefan Csomor
// Modified by:
// Purpose: Common Geometry Classes
// Author: Stefan Csomor
// Modified by:
@@
-12,17
+12,20
@@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
-
#ifdef __BORLANDC__
#ifdef __BORLANDC__
-#pragma hdrstop
+
#pragma hdrstop
#endif
#if wxUSE_GEOMETRY
#endif
#if wxUSE_GEOMETRY
-#include "wx/log.h"
+#include "wx/geometry.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/log.h"
+#endif
+
#include <string.h>
#include <string.h>
-#include "wx/geometry.h"
#include "wx/datstrm.h"
//
#include "wx/datstrm.h"
//