More minor win32 build fixes. The only linking problem is now expat.lib.
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
#include "common.h"
|
||||
#include "sasl.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define strcasecmp stricmp
|
||||
#endif
|
||||
|
||||
#define FEATURES_TIMEOUT 2000 /* 2 seconds */
|
||||
#define BIND_TIMEOUT 2000 /* 2 seconds */
|
||||
#define LEGACY_TIMEOUT 2000 /* 2 seconds */
|
||||
|
||||
Reference in New Issue
Block a user