mingw: build change
commitc9a221180dbb0abd7ff0c4a8aa6268dad160a033
authorpier11 <pier11@operamail.com>
Mon, 15 Mar 2010 13:33:57 +0000 (15 13:33 +0000)
committerpier11 <pier11@operamail.com>
Mon, 15 Mar 2010 13:33:57 +0000 (15 13:33 +0000)
tree788189d99a7d6de39f93830217b8addc823f5091
parent1948d9cb5ae9cd4ea8e0168fdb858dd1a1b91d02
mingw: build change
- removed internal.h include to be on the same page with *nix build,
which dropped it for some reason.
(internal.h included purple's config.h which in turn defined own PACKAGE_*,
which conflicted with Makefile.mingw defines for the same.)
- not consuming purple's config.h any more through inherited defines in
Makefile.mingw

NOTE for *nix optimizations:
sipe-common.h which now contains defunition G_GNUC_NULL_TERMINATED should (!)
preceed purple's includes, not only sipe includes, for mingw build to
be successful.
12 files changed:
NEWS
src/api/sipe-common.h
src/api/sipe-nls.h
src/core/Makefile.mingw
src/core/sip-sec-ntlm.c
src/core/sipe-ft.c
src/core/sipe-sign.c
src/core/sipe-utils.c
src/core/sipe.c
src/core/sipe.h
src/core/sipmsg.c
src/purple/purple-plugin.c