64e941edd4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
9 lines
261 B
C
9 lines
261 B
C
#include "wx/wxprec.h"
|
|
#include "wx/cppunit.h"
|
|
|
|
// 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
|