git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60854
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/colour.h"
#include "wx/gdicmn.h"
#include "wx/colour.h"
#include "wx/gdicmn.h"
class WXDLLIMPEXP_FWD_BASE wxInputStream;
class WXDLLIMPEXP_FWD_CORE wxImage;
class WXDLLIMPEXP_FWD_BASE wxInputStream;
class WXDLLIMPEXP_FWD_CORE wxImage;
#define DO_LONG_BENCHMARK(fnc, prefix) \
fnc(buffer, BUFSIZE, \
prefix##"This is a reasonably long string with various %s arguments, exactly %d, " \
#define DO_LONG_BENCHMARK(fnc, prefix) \
fnc(buffer, BUFSIZE, \
prefix##"This is a reasonably long string with various %s arguments, exactly %d, " \
- "and is used as benchmark for %s - %% %.2f %d %s", \
- "(many!!)", 6, "this program", 23.342f, 999, \
+ prefix##"and is used as benchmark for %s - %% %.2f %d %s", \
+ prefix##"(many!!)", 6, "this program", 23.342f, 999, \
(const char*)g_verylongString.c_str());
#define DO_LONG_POSITIONAL_BENCHMARK(fnc, prefix) \
fnc(buffer, BUFSIZE, \
prefix##"This is a %2$s and thus is harder to parse... let's %1$s " \
(const char*)g_verylongString.c_str());
#define DO_LONG_POSITIONAL_BENCHMARK(fnc, prefix) \
fnc(buffer, BUFSIZE, \
prefix##"This is a %2$s and thus is harder to parse... let's %1$s " \
- "for our benchmarking aims - %% %3$f %5$d %4$s", \
- "test it", "string with positional arguments", 23.342f, \
+ prefix##"for our benchmarking aims - %% %3$f %5$d %4$s", \
+ prefix##"test it", "string with positional arguments", 23.342f, \
(const char*)g_verylongString.c_str(), 999);
#define DO_BENCHMARK(fnc, prefix) \
(const char*)g_verylongString.c_str(), 999);
#define DO_BENCHMARK(fnc, prefix) \
#ifndef WX_PRECOMP
#endif // WX_PRECOMP
#ifndef WX_PRECOMP
#endif // WX_PRECOMP
#include "wx/url.h"
#include "wx/mstream.h"
#include "wx/zstream.h"
#include "wx/url.h"
#include "wx/mstream.h"
#include "wx/zstream.h"