changeset 31826:2b1b52d66a24

Pointed out by rob-to86.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 13 Mar 2011 23:10:44 +0000
parents c39838d078e4
children 7cbd01b1ed31
files ChangeLog libpurple/protocols/gg/Makefile.mingw
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Mar 13 18:04:52 2011 +0000
+++ b/ChangeLog	Sun Mar 13 23:10:44 2011 +0000
@@ -10,7 +10,7 @@
 
 	Windows-Specific Changes:
 	* Fix building libpurple with Visual C++ .NET 2005. This was accidentally
-	  broken in 2.7.11.  Florian Quèze)
+	  broken in 2.7.11. (Florian Quèze)
 
 version 2.7.11 (03/10/2011):
 	General:
--- a/libpurple/protocols/gg/Makefile.mingw	Sun Mar 13 18:04:52 2011 +0000
+++ b/libpurple/protocols/gg/Makefile.mingw	Sun Mar 13 23:10:44 2011 +0000
@@ -9,6 +9,7 @@
 
 TARGET = libgg
 CFLAGS += -include win32dep.h -DGG_IGNORE_DEPRECATED
+CFLAGS -= -mms-bitfields
 TYPE = PLUGIN
 
 # Static or Plugin...