# HG changeset patch # User John Bailey # Date 1266978635 0 # Node ID c0d337670835be2ef899b771c609830169982e8d # Parent db6735e579f8b2e4545c3fcba55ebe5f9ee1cdf9 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. diff -r db6735e579f8 -r c0d337670835 libpurple/protocols/gg/Makefile.mingw --- 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...