aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-19 16:51:53 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-16 22:29:39 -0500
commitb7cf7bd9ae31aeddd03ad2094dd480d2b1d34d4f (patch)
tree86b0e53db9405747d9e4cc1a0866db9ff9c194c6 /src/common/compat.h
parent65b90edbe4f456ee59c163e72bc75e522c4e9288 (diff)
downloadtor-b7cf7bd9ae31aeddd03ad2094dd480d2b1d34d4f.tar
tor-b7cf7bd9ae31aeddd03ad2094dd480d2b1d34d4f.tar.gz
Fix an instance of snprintf; don't use _snprintf directly
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index 86ea0c41d..630682e63 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -59,7 +59,6 @@
#include <io.h>
#include <math.h>
#include <projects.h>
-#define snprintf _snprintf
/* this is not exported as W .... */
#define SHGetPathFromIDListW SHGetPathFromIDList
/* wcecompat has vasprintf */