No changes, just removed hard tabs and trailing white space.
This commit is huge but there are no non-white-space changes in it. Some files containing third-party sources (src/msw/wince/time.cpp, src/x11/pango*.cpp) were left unchanged. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -689,7 +689,7 @@
|
||||
#define XtCallCallbackList XTCALLCALLBACKLIST
|
||||
#define XtCallCallbacks XTCALLCALLBACKS
|
||||
#define XtCallConverter XTCALLCONVERTER
|
||||
#define XtCalloc XTCALLOC
|
||||
#define XtCalloc XTCALLOC
|
||||
#ifndef NOXTDISPLAY
|
||||
#define XtClass XTCLASS
|
||||
#endif
|
||||
@@ -798,7 +798,7 @@
|
||||
#define XtSetTypeConverter XTSETTYPECONVERTER
|
||||
#define XtSetValues XTSETVALUES
|
||||
#define XtShellStrings XTSHELLSTRINGS
|
||||
#define XtStringConversionWarning XTSTRINGCONVERSIONWARNING
|
||||
#define XtStringConversionWarning XTSTRINGCONVERSIONWARNING
|
||||
#define XtStrings XTSTRINGS
|
||||
#define XtToolkitInitialize XTTOOLKITINITIALIZE
|
||||
#define XtTranslateCoords XTTRANSLATECOORDS
|
||||
@@ -837,11 +837,11 @@
|
||||
#define _XEatData _XEATDATA
|
||||
#define _XFlush _XFLUSH
|
||||
#define _XFreeTemp _XFREETEMP
|
||||
#define _XGetAsyncReply _XGETASYNCREPLY
|
||||
#define _XGetAsyncReply _XGETASYNCREPLY
|
||||
#define _XInitImageFuncPtrs _XINITIMAGEFUNCPTRS
|
||||
#define _XRead _XREAD
|
||||
#define _XReadPad _XREADPAD
|
||||
#define _XRegisterFilterByType _XREGISTERFILTERBYTYPE
|
||||
#define _XRegisterFilterByType _XREGISTERFILTERBYTYPE
|
||||
#define _XReply _XREPLY
|
||||
#define _XSend _XSEND
|
||||
#define _XUnregisterFilter _XUNREGISTERFILTER
|
||||
@@ -1193,7 +1193,7 @@
|
||||
#define xmToggleButtonGadgetClass XMTOGGLEBUTTONGADGETCLASS
|
||||
#define xmToggleButtonWidgetClass XMTOGGLEBUTTONWIDGETCLASS
|
||||
|
||||
#if (__VMS_VER < 80200000)
|
||||
#if (__VMS_VER < 80200000)
|
||||
# define SetReqLen(req,n,badlen) \
|
||||
if ((req->length + n) > (unsigned)65535) { \
|
||||
n = badlen; \
|
||||
|
Reference in New Issue
Block a user