Changeset - a1853e0a8e84
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-01 08:13:19
hanzz.k@gmail.com
snprintf on windows
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/libyahoo2/httpfetch.cpp
Show inline comments
 
@@ -2,6 +2,10 @@
 
#include "httpfetch.h"
 
#include "transport/logging.h"
 

	
 
#if WIN32
 
#define snprintf sprintf_s
 
#endif
 

	
 
DEFINE_LOGGER(logger, "HTTPFetch");
 

	
 
static int url_to_host_port_path(const char *url,
0 comments (0 inline, 0 general)