1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-26 04:27:25 +00:00

Fix broken preprocessor #ifdef check

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15288 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Stefan Knoblich 2009-10-30 11:09:53 +00:00
parent 3aa5055bf1
commit a7a909df2a

@ -2083,7 +2083,7 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile,
char *sql; char *sql;
x = get_nc(nc, sip); x = get_nc(nc, sip);
#ifdef _WIN32 && !_WIN64 #if defined(_WIN32) && !defined(_WIN64)
#define LL_FMT "ll" #define LL_FMT "ll"
#else #else
#define LL_FMT "l" #define LL_FMT "l"