glib r7309 - trunk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7309 - trunk
- Date: Mon, 4 Aug 2008 19:32:26 +0000 (UTC)
Author: tml
Date: Mon Aug 4 19:32:26 2008
New Revision: 7309
URL: http://svn.gnome.org/viewvc/glib?rev=7309&view=rev
Log:
2008-08-04 Tor Lillqvist <tml novell com>
* glibconfig.h.win32.in: Make the union _GSystemThread::data array
8 bytes on Win64. Not that it matters as the union contains a
pointer also anyway, but for equivalence with the configure-
generated glibconfig.h
Modified:
trunk/ChangeLog
trunk/glibconfig.h.win32.in
Modified: trunk/glibconfig.h.win32.in
==============================================================================
--- trunk/glibconfig.h.win32.in (original)
+++ trunk/glibconfig.h.win32.in Mon Aug 4 19:32:26 2008
@@ -200,7 +200,11 @@
typedef union _GSystemThread GSystemThread;
union _GSystemThread
{
+#ifndef _WIN64
char data[4];
+#else
+ char data[8];
+#endif
double dummy_double;
void *dummy_pointer;
long dummy_long;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]