aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-05-26 06:02:40 -0700
committerChris Robinson <[email protected]>2009-05-26 06:02:40 -0700
commitac04cf57fa99838d0914b3699d2faaf28485cacd (patch)
tree32971c09d6a570d3ecaf2a25c13a59a3ba815c1b /Alc/ALu.c
parent1f6c4e01dbf159abb8ae788441789a052e990482 (diff)
Make sure _CRT_SECURE_NO_WARNINGS is always defined for MSVC
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 8d4b9c0a..a875e204 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -18,8 +18,6 @@
* Or go to http://www.gnu.org/copyleft/lgpl.html
*/
-#define _CRT_SECURE_NO_DEPRECATE // get rid of sprintf security warnings on VS2005
-
#include "config.h"
#include <math.h>