aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/asn_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/asn_system.h')
-rw-r--r--skeletons/asn_system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/skeletons/asn_system.h b/skeletons/asn_system.h
index 74cccaf4..d969e38b 100644
--- a/skeletons/asn_system.h
+++ b/skeletons/asn_system.h
@@ -26,6 +26,9 @@
#define alloca(size) _alloca(size)
#ifdef _MSC_VER /* MSVS.Net */
+#ifndef __cplusplus
+#define inline __inline
+#endif
#define ssize_t SSIZE_T
typedef char int8_t;
typedef short int16_t;