Mercurial > pidgin.yaz
changeset 29940:c0d337670835
Oops, I forgot this. This is done internally in libgadu, and not doing it
produces a ton of warnings in libgadu itself. This does have the unfortunate
side effect of masking the warnings in our Gadu-Gadu prpl, but we can worry
about that once this stuff works everywhere we need it to. Refs #10542.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Wed, 24 Feb 2010 02:30:35 +0000 |
parents | db6735e579f8 |
children | 19610ea45ff3 |
files | libpurple/protocols/gg/Makefile.mingw |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/gg/Makefile.mingw Mon Feb 22 00:36:15 2010 +0000 +++ b/libpurple/protocols/gg/Makefile.mingw Wed Feb 24 02:30:35 2010 +0000 @@ -8,7 +8,7 @@ include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak TARGET = libgg -CFLAGS += -include win32dep.h +CFLAGS += -include win32dep.h -DGG_IGNORE_DEPRECATED TYPE = PLUGIN # Static or Plugin...