diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2023-10-30 23:58:58 -0400 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2023-10-30 23:58:58 -0400 |
| commit | a6f79dd6419d6107d934d5333a06f8fedf02f7db (patch) | |
| tree | 200d7e59ba62f478f8e7fc619f84db3112c65711 /ZAPD/ZAudioDecode.cpp | |
| parent | 5934e4e0772eb910536e566728e14d3537d8e412 (diff) | |
fixes for build
Diffstat (limited to 'ZAPD/ZAudioDecode.cpp')
| -rw-r--r-- | ZAPD/ZAudioDecode.cpp | 1 |
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> |
