Remove some bad defines.
authorCarl Hetherington <cth@carlh.net>
Tue, 22 Feb 2022 22:19:30 +0000 (23:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 24 Feb 2022 20:13:14 +0000 (21:13 +0100)
src/asdcp/KM_platform.h

index 3f559eb5251fa70ed0b16dd2ec24772ad385c7a8..c29305bc961c3c5a0b57b0d5ca047628b06ba4fa 100644 (file)
@@ -50,8 +50,6 @@ typedef unsigned __int64   ui64_t;
 typedef __int64            i64_t;
 #  define i64_C(c)  (i64_t)(c)
 #  define ui64_C(c) (ui64_t)(c)
-#  define snprintf _snprintf
-#  define vsnprintf _vsnprintf
 
 # else // KM_WIN32
 typedef unsigned long long ui64_t;