pidgin.next.minor: e36acc86: Remove some non longer needed #defines

datallah at pidgin.im datallah at pidgin.im
Sun Nov 1 03:20:33 EST 2009


-----------------------------------------------------------------
Revision: e36acc862ca620a7afc746236306cb0eba4ca37a
Ancestor: bd6ae29c4ceb2625355117e154e0de77183d9b62
Author: datallah at pidgin.im
Date: 2009-11-01T08:15:30
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/e36acc862ca620a7afc746236306cb0eba4ca37a

Modified files:
        pidgin/win32/winpidgin.c

ChangeLog: 

Remove some non longer needed #defines

-------------- next part --------------
============================================================
--- pidgin/win32/winpidgin.c	93212abae63070630f155c1956c4c4e4829f547a
+++ pidgin/win32/winpidgin.c	2dc880009283250c63445c1f5035c711c4fcb5ff
@@ -41,22 +41,6 @@
 #include <sys/stat.h>
 #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);


More information about the Commits mailing list