# HG changeset patch # User Daniel Atallah # Date 1257063330 0 # Node ID 380d38f07f58e870c2f0961f1628c0554f25df99 # Parent 66dd4729d25d87b7521b38a9ea4942ffcfc560a9 Remove some non longer needed #defines diff -r 66dd4729d25d -r 380d38f07f58 pidgin/win32/winpidgin.c --- a/pidgin/win32/winpidgin.c Sun Nov 01 08:04:37 2009 +0000 +++ b/pidgin/win32/winpidgin.c Sun Nov 01 08:15:30 2009 +0000 @@ -41,22 +41,6 @@ #include #include "config.h" -/* These will hopefully be in the win32api next time it is updated - at which point, we'll remove them */ -#ifndef LANG_PERSIAN -#define LANG_PERSIAN 0x29 -#endif -#ifndef LANG_BOSNIAN -#define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN 0x05 -#define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC 0x08 -#endif -#ifndef SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN -#define SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN 0x04 -#endif -#ifndef LANG_XHOSA -#define LANG_XHOSA 0x34 -#endif - - typedef int (CALLBACK* LPFNPIDGINMAIN)(HINSTANCE, int, char**); typedef void (CALLBACK* LPFNSETDLLDIRECTORY)(LPCWSTR); typedef BOOL (CALLBACK* LPFNATTACHCONSOLE)(DWORD);