driftregion / iso14229

ISO 14229 (UDS) server and client for embedded systems
MIT License
226 stars 79 forks source link

ssize_t is undefined #34

Open VoLinhTruc opened 3 months ago

VoLinhTruc commented 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"

driftregion commented 3 months ago

Hi VoLinhTruc, feel free to try out the windows branch here: https://github.com/driftregion/iso14229/pull/35