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/md.h b/include/polarssl/md.h index 1ee742f..4d4b835 100644 --- a/include/polarssl/md.h +++ b/include/polarssl/md.h
@@ -30,6 +30,10 @@ #ifndef POLARSSL_MD_H #define POLARSSL_MD_H +#ifdef _MSC_VER +#define inline _inline +#endif + typedef enum { POLARSSL_MD_NONE=0, POLARSSL_MD_MD2,