Added detection of vsscanf and whether or not a prototype exists in headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1290,7 +1290,7 @@ wchar_t *wxFgets(wchar_t *s, int size, FILE *stream)
|
||||
// wxScanf() and friends
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#ifndef HAVE_NO_VSSCANF // __VISUALC__ and __DMC__ see wx/crt.h
|
||||
#ifdef HAVE_VSSCANF // __VISUALC__ and __DMC__ see wx/crt.h
|
||||
int wxVsscanf(const char *str, const char *format, va_list ap)
|
||||
{ return wxCRT_VsscanfA(str, format, ap); }
|
||||
int wxVsscanf(const wchar_t *str, const wchar_t *format, va_list ap)
|
||||
|
||||
Reference in New Issue
Block a user