From d46a9f1a82a384b3141256d79eab4c12650b4209 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Thu, 31 Oct 2013 14:34:19 +0100
Subject: [PATCH] Added missing endif in compat-1.2.h
---
include/polarssl/compat-1.2.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/polarssl/compat-1.2.h b/include/polarssl/compat-1.2.h
index 3e9c396d..64d1d636 100644
--- a/include/polarssl/compat-1.2.h
+++ b/include/polarssl/compat-1.2.h
@@ -38,6 +38,7 @@
#if defined(__ARMCC_VERSION) && !defined(inline)
#define inline __inline
#endif /* __ARMCC_VERSION */
+#endif /* _MSC_VER */
#if defined(_MSC_VER)
// MSVC does not support #warning