printf_alike removed

This commit is contained in:
Nekotekina
2015-05-28 18:28:34 +03:00
parent 74e13a4ef6
commit 0724a9efa2
4 changed files with 10 additions and 16 deletions
-6
View File
@@ -20,12 +20,6 @@
#define safe_buffers
#endif
#if defined(_MSC_VER)
#define printf_alike(x, y)
#else
#define printf_alike(x, y) __attribute__((format(printf, x, y)))
#endif
#if defined(_MSC_VER)
#define force_inline __forceinline
#else