excluded geometry.cpp from build by using #if wxUSE_GEOMETRY which is never

defined to be 1 (so far)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-01-24 16:22:11 +00:00
parent de2d2cdc86
commit c3a4297caf
2 changed files with 374 additions and 369 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,6 +22,8 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#if wxUSE_GEOMETRY
#include "wx/log.h" #include "wx/log.h"
#include <string.h> #include <string.h>
@@ -309,3 +311,4 @@ void wxRect2DInt::ReadFrom( wxDataInputStream &stream )
m_height = stream.Read32() ; m_height = stream.Read32() ;
} }
#endif // wxUSE_GEOMETRY