diff -r 7d8afedb8769 -r 83793fc7ce48 drivers/can_tcp_win32/can_tcp_win32.cpp --- a/drivers/can_tcp_win32/can_tcp_win32.cpp Tue Feb 05 10:18:25 2008 +0100 +++ b/drivers/can_tcp_win32/can_tcp_win32.cpp Thu Feb 07 10:25:15 2008 +0100 @@ -117,4 +117,9 @@ delete reinterpret_cast(inst); return 1; } - +extern "C" + UNS8 canChangeBaudRate_driver( CAN_HANDLE fd, char* baud) + { + cerr << "canChangeBaudRate not yet supported by this driver\n"; + return 0; + } \ No newline at end of file