Fix an instance of snprintf; don't use _snprintf directly

This commit is contained in:
Nick Mathewson
2012-12-19 16:51:53 -05:00
parent 65b90edbe4
commit b7cf7bd9ae
4 changed files with 8 additions and 3 deletions
-1
View File
@@ -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 */