commit | cce9d77745532ecbfd764393f606f4597c41d0e5 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Nov 18 14:26:47 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Nov 18 14:26:47 2011 +0000 |
tree | 0c521203e257452d71824bbd7c0a030081464089 | |
parent | 33008eef64e9f57d18fe27ce20616c8b28d98281 [diff] [blame] |
- Lots of minimal changes to better support WINCE as a build target
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 06ee291..48b2661 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -31,7 +31,7 @@ #ifndef POLARSSL_CONFIG_H #define POLARSSL_CONFIG_H -#ifndef _CRT_SECURE_NO_DEPRECATE +#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE) #define _CRT_SECURE_NO_DEPRECATE 1 #endif