]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vms_x_fix.h
Make wxABI_VERSION default be e.g. 20699
[wxWidgets.git] / include / wx / vms_x_fix.h
index 1b990154d52dbe43139df4c4f7c1677c2387aa3c..0837277af80234ef3941a6e382d6d9095ea04edf 100644 (file)
@@ -3,6 +3,8 @@
  * Author : Jouk Jansen (joukj@hrem.stm.tudelft.nl)                        *
  *                                                                         *
  * Last revision : 19 January 2004                                         *
+ * Copyright:   (c) Jouk Jansen                                            *
+ * Licence:     wxWindows licence                                          *
  *                                                                         *
  * Repair definitions of Runtime library functions when compiling with     *
  * /name=(as_is) on OpenVMS                                                *
 #define _XEatData _XEATDATA
 #define _XFlush _XFLUSH
 #define _XFreeTemp _XFREETEMP
-#define _XGetAsyncReply _XGETASYNCREPLY 
+#define _XGetAsyncReply _XGETASYNCREPLY
 #define _XInitImageFuncPtrs _XINITIMAGEFUNCPTRS
 #define _XRead _XREAD
-#define _XRegisterFilterByType _XREGISTERFILTERBYTYPE 
+#define _XRegisterFilterByType _XREGISTERFILTERBYTYPE
 #define _XReply _XREPLY
 #define _XSend _XSEND
 #define _XUnregisterFilter _XUNREGISTERFILTER
 
 #define SetReqLen(req,n,badlen) \
     if ((req->length + n) > (unsigned)65535) { \
-           n = badlen; \
-           req->length += n; \
+        n = badlen; \
+        req->length += n; \
     } else \
-       req->length += n
+        req->length += n
 
 #ifdef __cplusplus
 extern "C" {