drivers/timers_win32/timers_win32.c
changeset 577 0bb82be64630
parent 575 18db803e593f
child 591 513f5ec8b628
--- a/drivers/timers_win32/timers_win32.c	Mon Jul 20 10:57:11 2009 +0200
+++ b/drivers/timers_win32/timers_win32.c	Mon Jul 20 16:11:20 2009 +0200
@@ -25,11 +25,13 @@
 #include <stdlib.h>
 #include <sys/timeb.h>
 
+extern "C"
+{
 #include "applicfg.h"
 #include "can_driver.h"
 #include "timer.h"
 #include "timers_driver.h"
-
+};
 
 struct _timeb timebuffer;