avoid undefined behavior from token paste resulting in more than one token
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -928,7 +928,7 @@ typedef wxUint32 wxDword;
|
||||
#define wxINT64_MIN LLONG_MIN
|
||||
#else
|
||||
#define wxINT64_MAX wxLL(9223372036854775807)
|
||||
#define wxINT64_MIN wxLL(-9223372036854775807-1)
|
||||
#define wxINT64_MIN (wxLL(-9223372036854775807)-1)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user