diff options
Diffstat (limited to 'src/emess.c')
| -rw-r--r-- | src/emess.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/emess.c b/src/emess.c index a9ef6dd3..9cb42888 100644 --- a/src/emess.c +++ b/src/emess.c @@ -3,6 +3,15 @@ static const char SCCSID[]="@(#)emess.c 4.6 94/05/24 GIE REL"; #endif +#ifdef _MSC_VER +# ifndef _CRT_SECURE_NO_DEPRECATE +# define _CRT_SECURE_NO_DEPRECATE +# endif +# ifndef _CRT_NONSTDC_NO_DEPRECATE +# define _CRT_NONSTDC_NO_DEPRECATE +# endif +#endif + #include <stdio.h> #include <stdlib.h> #include <stdarg.h> |
