include/unix/canfestival.h
changeset 329 7717252e3ed9
parent 251 cab66ef3e68e
child 384 83793fc7ce48
--- a/include/unix/canfestival.h	Fri Dec 07 18:22:41 2007 +0100
+++ b/include/unix/canfestival.h	Sat Dec 08 15:01:14 2007 +0100
@@ -9,13 +9,9 @@
 #include "can_driver.h"
 #include "data.h"
 #include "timers_driver.h"
-#ifdef WIN32
-#include <windows.h>
-typedef HINSTANCE LIB_HANDLE;
-#else
+
 #include <dlfcn.h>
 typedef void* LIB_HANDLE;
-#endif
 
 UNS8 UnLoadCanDriver(LIB_HANDLE handle);
 LIB_HANDLE LoadCanDriver(char* driver_name);