- Improved portability with Microsoft Visual C

This commit is contained in:
Paul Bakker 2011-04-18 03:47:52 +00:00
parent a493ad4539
commit af5c85fc10
32 changed files with 2325 additions and 3 deletions

View file

@ -41,6 +41,10 @@
#include "polarssl/pkcs11.h"
#endif
#ifdef _MSC_VER
#define inline _inline
#endif
/*
* SSL Error codes
*/