From 74f930e0b6688acbebc93688226d2c81d64e3821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Thu, 27 May 2010 21:27:42 +0000 Subject: [PATCH] [INTERPRETER] * BUG: Make the interpreter compile on 64 bits OS. git-svn-id: svn://localhost/gambas/trunk@2973 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/gbx/gbx_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gbx/gbx_class.h b/main/gbx/gbx_class.h index 6e41c8878..d2f07add4 100644 --- a/main/gbx/gbx_class.h +++ b/main/gbx/gbx_class.h @@ -289,7 +289,7 @@ typedef uint size; // 72 120 dynamic class size uint off_event; // 76 124 offset of OBJECT_EVENT structure in the object #ifdef OS_64BITS - uint _reserved; // 128 + uint _reserved2; // 128 #endif short special[12]; // 100 152 special functions index (_new, _free, ...)