]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix broken preprocessor #ifdef check
authorStefan Knoblich <stkn@freeswitch.org>
Fri, 30 Oct 2009 11:09:53 +0000 (11:09 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Fri, 30 Oct 2009 11:09:53 +0000 (11:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15288 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

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