summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 951ab1c38..7d7e1990b 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -232,7 +232,6 @@
#define WARN_FORMAT(string, args)
#define FINAL sealed
- int CDECL snprintf(char *str, size_t size, const char *format, ...) WARN_FORMAT(3, 4);
#if defined(WINCE)
int CDECL vsnprintf(char *str, size_t size, const char *format, va_list ap);
#endif