2004-11-22 05:00:19 +00:00
|
|
|
#include "wx/wxprec.h"
|
|
|
|
#include "wx/cppunit.h"
|
2006-03-31 17:42:26 +00:00
|
|
|
|
|
|
|
// define wxHAVE_U_ESCAPE if the compiler supports \uxxxx character constants
|
|
|
|
#if (defined(__VISUALC__) && (__VISUALC__ >= 1300)) || \
|
|
|
|
(defined(__GNUC__) && (__GNUC__ >= 3))
|
|
|
|
#define wxHAVE_U_ESCAPE
|
|
|
|
#endif
|