Platform-specific.

This commit is contained in:
William McBrine
2018-01-28 01:37:38 -05:00
parent 8701f07845
commit 9c7d8e8ef7
2 changed files with 4 additions and 4 deletions

View File

@@ -23,10 +23,6 @@
# endif
#endif
#if defined(_MSC_VER) && defined(_WIN32) && !defined(_CRT_SECURE_NO_DEPRECATE)
# define _CRT_SECURE_NO_DEPRECATE 1 /* kill nonsense warnings */
#endif
/*----------------------------------------------------------------------*/
typedef struct /* structure for ripped off lines */

View File

@@ -9,6 +9,10 @@
#undef MOUSE_MOVED
#include <curspriv.h>
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
# define _CRT_SECURE_NO_DEPRECATE 1 /* kill nonsense warnings */
#endif
#ifdef CHTYPE_LONG
# define PDC_ATTR_SHIFT 17
#else