libpurple/plugins/ssl/ssl-nss.c

branch
release-2.x.y
changeset 36160
d13511faaeec
parent 36157
a8b55b63ecbb
child 36162
90c81031ac46
equal deleted inserted replaced
36157:a8b55b63ecbb 36160:d13511faaeec
30 #define SSL_NSS_PLUGIN_ID "ssl-nss" 30 #define SSL_NSS_PLUGIN_ID "ssl-nss"
31 31
32 #ifdef _WIN32 32 #ifdef _WIN32
33 # ifndef HAVE_LONG_LONG 33 # ifndef HAVE_LONG_LONG
34 #define HAVE_LONG_LONG 34 #define HAVE_LONG_LONG
35 /* WINDDK_BUILD is defined because the checks around usage of
36 * intrisic functions are wrong in nspr */
37 #define WINDDK_BUILD
35 # endif 38 # endif
36 #else 39 #else
37 /* TODO: Why is this done? 40 /* TODO: Why is this done?
38 * This is probably being overridden by <nspr.h> (prcpucfg.h) on *nix OSes */ 41 * This is probably being overridden by <nspr.h> (prcpucfg.h) on *nix OSes */
39 #undef HAVE_LONG_LONG /* Make Mozilla less angry. If angry, Mozilla SMASH! */ 42 #undef HAVE_LONG_LONG /* Make Mozilla less angry. If angry, Mozilla SMASH! */

mercurial