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:
@@ -22,6 +22,8 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_GEOMETRY
|
||||
|
||||
#include "wx/log.h"
|
||||
#include <string.h>
|
||||
|
||||
@@ -309,3 +311,4 @@ void wxRect2DInt::ReadFrom( wxDataInputStream &stream )
|
||||
m_height = stream.Read32() ;
|
||||
}
|
||||
|
||||
#endif // wxUSE_GEOMETRY
|
||||
|
Reference in New Issue
Block a user