Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Holmes <holmes@mono-cvs.ximian.com>2008-12-16 20:26:54 +0300
committerBill Holmes <holmes@mono-cvs.ximian.com>2008-12-16 20:26:54 +0300
commitf2b4666f0dc7761901fb6b6af9dbd1f8e593b920 (patch)
treef0ab0ccc0cbb99b22cdd559bca90c13bc6a05535 /winconfig.h
parentcbca93c81709a76985915db8a86177b74216263d (diff)
2008-12-16 Bill Holmes <billholmes54@gmail.com>
* winconfig.h : Defining the SIZEOF_REGISTER variable for the MSVC builds. Code is contributed under MIT/X11 license. svn path=/trunk/mono/; revision=121616
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h2
1 files changed, 2 insertions, 0 deletions
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