Rm _CRT_SECURE_NO_DEPRECATE for programs
(Already in config.h.)
This commit is contained in:
parent
3bd2aae5a5
commit
abd6e02b7b
42 changed files with 42 additions and 208 deletions
|
@ -23,16 +23,12 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef _CRT_SECURE_NO_DEPRECATE
|
||||
#define _CRT_SECURE_NO_DEPRECATE 1
|
||||
#endif
|
||||
#include "polarssl/config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "polarssl/config.h"
|
||||
|
||||
#include "polarssl/error.h"
|
||||
|
||||
#define USAGE \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue