mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-22 13:36:22 +00:00
More minor win32 build fixes. The only linking problem is now expat.lib.
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
#include "strophe.h"
|
||||
#include "common.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
static void _log_open_tag(xmpp_conn_t * const conn,
|
||||
const XML_Char **attr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user