diff -r ed78c627f666 -r 71623bbf8093 src/dcf.c --- a/src/dcf.c Sat Oct 20 10:16:56 2012 +0200 +++ b/src/dcf.c Sat Oct 20 10:17:29 2012 +0200 @@ -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);