Open VoLinhTruc opened 3 months ago
In sys.h file, the macro for Windows system is UDS_SYS_WINDOWS
But in sys_win32.h file, the macro used is UDS_SYS_WIN32
This lead to the error "ssize_t is undefined"
Hi VoLinhTruc, feel free to try out the windows branch here: https://github.com/driftregion/iso14229/pull/35
In sys.h file, the macro for Windows system is UDS_SYS_WINDOWS
But in sys_win32.h file, the macro used is UDS_SYS_WIN32
This lead to the error "ssize_t is undefined"