From ff986553659472cf191804eadb13c21e8f2b44c0 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 26 Jul 2013 17:40:44 +0200 Subject: Solved runtime problems when compiled for 64-bit --- X11/Intrinsic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X11/Intrinsic.h') diff --git a/X11/Intrinsic.h b/X11/Intrinsic.h index a117e5777..44a1b360a 100644 --- a/X11/Intrinsic.h +++ b/X11/Intrinsic.h @@ -153,7 +153,7 @@ typedef char* XtArgVal; typedef long XtEnum; #else typedef char Boolean; -typedef long XtArgVal; +typedef intptr_t XtArgVal; typedef unsigned char XtEnum; #endif -- cgit v1.2.3