ikskuh / zig-network

A smallest-common-subset of socket functions for crossplatform networking, TCP & UDP
MIT License
484 stars 59 forks source link

Fix pointer alignment errors on Windows #72

Closed Weldify closed 1 year ago

Weldify commented 1 year ago

Fixes compile-time pointer alignment errors on Windows. Achieved by checking alignment at runtime with @alignCast()

https://github.com/MasterQ32/zig-network/issues/70 https://github.com/MasterQ32/zig-network/issues/62