commit | af5c85fc1087d045641e3daa0634e75d367e4ae4 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Apr 18 03:47:52 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Apr 18 03:47:52 2011 +0000 |
tree | 6f3711e7227540aebad7f9eaeceeae4e925c7f2e | |
parent | a493ad45397f38af9246e7ebf27aa67e201d10f6 [diff] [blame] |
- Improved portability with Microsoft Visual C
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 1e01253..772bb55 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -41,6 +41,10 @@ #include "polarssl/pkcs11.h" #endif +#ifdef _MSC_VER +#define inline _inline +#endif + /* * SSL Error codes */