openxc / bitfield-c

Bit array parsing and encoding utility library in C
BSD 3-Clause "New" or "Revised" License
92 stars 51 forks source link

Support msvc #13

Closed XelaRellum closed 3 years ago

XelaRellum commented 3 years ago

The current implementation works with GCC only. Since we are using this on a project using MSVC I ported it.

Once this pull request is accepted I will continue with the other dependencies of uds-c which struct initializer problems with MSVC as well.

Please let me know if you want something changed.