Use string.h instead of memory.h, since some system don't have memory.h and

string.h is the standard header.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-08-22 19:04:45 +00:00
parent cc65c5f9d8
commit 5b8ee5dec9

View File

@@ -33,11 +33,7 @@
#include "wx/txtstrm.h"
#endif
#if defined(__MWERKS__) && defined(__WXMSW__)
#include <string.h> // for memset()
#else
#include <memory.h> // for memset()
#endif
#include "wx/ioswrap.h"