include/can_driver.h
changeset 644 11b21e9a92f6
parent 631 08b6b903f84a
child 728 92b7c9f85aad
equal deleted inserted replaced
643:8b67ee3f5363 644:11b21e9a92f6
    50 #define DLL_CALL(funcname) funcname##_driver
    50 #define DLL_CALL(funcname) funcname##_driver
    51 #else
    51 #else
    52 //Windows was missing the definition of the calling convention
    52 //Windows was missing the definition of the calling convention
    53 #define DLL_CALL(funcname) __stdcall funcname##_driver
    53 #define DLL_CALL(funcname) __stdcall funcname##_driver
    54 #endif
    54 #endif
       
    55 #endif //DLL_CALL
    55 
    56 
    56 #ifndef FCT_PTR_INIT
    57 #ifndef FCT_PTR_INIT
    57 #define FCT_PTR_INIT
    58 #define FCT_PTR_INIT
    58 #endif
    59 #endif
    59 
    60