From f2b4666f0dc7761901fb6b6af9dbd1f8e593b920 Mon Sep 17 00:00:00 2001 From: Bill Holmes Date: Tue, 16 Dec 2008 17:26:54 +0000 Subject: 2008-12-16 Bill Holmes * winconfig.h : Defining the SIZEOF_REGISTER variable for the MSVC builds. Code is contributed under MIT/X11 license. svn path=/trunk/mono/; revision=121616 --- winconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winconfig.h') diff --git a/winconfig.h b/winconfig.h index 10a39bad339..c96fac7e7d3 100644 --- a/winconfig.h +++ b/winconfig.h @@ -573,6 +573,8 @@ #define SIZEOF_VOID_P 4 #endif +#define SIZEOF_REGISTER SIZEOF_VOID_P + /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 -- cgit v1.2.3