From 08f6ac314ae712e2bc8fa59cf688e6bcff76181f Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 17 Dec 1999 15:37:00 +0000 Subject: [PATCH] Committing in . VMS 64bit integer definition Modified Files: wxWindows/include/wx/longlong.h ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/longlong.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/longlong.h b/include/wx/longlong.h index c39828d061..2731af5ae5 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -39,7 +39,7 @@ #if defined(SIZEOF_LONG) && (SIZEOF_LONG == 8) #define wxLongLong_t long #define wxLongLongIsLong -#elif defined(__VISUALC__) +#elif defined(__VISUALC__) || defined( __VMS__ ) #define wxLongLong_t __int64 #elif defined(__GNUG__) #define wxLongLong_t long long