summaryrefslogtreecommitdiff
path: root/ZAPD/ZAudioDecode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/ZAudioDecode.cpp')
-rw-r--r--ZAPD/ZAudioDecode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/ZAudioDecode.cpp b/ZAPD/ZAudioDecode.cpp
index 90ecfe3..29b1c31 100644
--- a/ZAPD/ZAudioDecode.cpp
+++ b/ZAPD/ZAudioDecode.cpp
@@ -2,6 +2,7 @@
* Bruteforcing decoder for converting ADPCM-encoded AIFC into AIFF, in a way
* that roundtrips with vadpcm_enc.
*/
+#define _CRT_SECURE_NO_WARNINGS
#include <assert.h>
#include <math.h>
#include <stdarg.h>