DMC work round

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-10-29 13:33:12 +00:00
parent 8cc1b7b526
commit 91a151d3a3
2 changed files with 19 additions and 2 deletions

View File

@@ -19,6 +19,10 @@
#include "wx/wxcrtbase.h"
#include "wx/string.h"
#if defined (__VISUALC__) || defined (__DMC__)
#define HAVE_NO_VSSCANF 1
#endif
// ============================================================================
// misc functions
// ============================================================================