src/dcf.c
changeset 763 504ce1e3e94a
parent 760 71623bbf8093
--- a/src/dcf.c	Tue Dec 04 18:01:47 2012 +0100
+++ b/src/dcf.c	Wed Dec 05 15:42:41 2012 +0100
@@ -51,6 +51,11 @@
 UNS8 init_consise_dcf(CO_Data* d,UNS8 nodeId);
 
 
+#ifdef _MSC_VER
+#define inline _inline
+#endif  /* _MSC_VER */
+
+
 inline void start_node(CO_Data* d, UNS8 nodeId){
     /* Ask slave node to go in operational mode */
     masterSendNMTstateChange (d, nodeId, NMT_Start_Node);