mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-03 18:50:20 +00:00
Merge pull request #7070 from raymcveety/enet_win32_buffer_order_fix
Fix ENet Buffer data/length ordering issue
This commit is contained in:
2
vendor/ENet/win32.odin
vendored
2
vendor/ENet/win32.odin
vendored
@@ -60,8 +60,8 @@ Socket :: distinct SOCKET
|
||||
SOCKET_NULL :: Socket(~uintptr(0))
|
||||
|
||||
Buffer :: struct {
|
||||
data: rawptr,
|
||||
dataLength: uint,
|
||||
data: rawptr,
|
||||
}
|
||||
|
||||
SocketSet :: distinct fd_set
|
||||
|
||||
Reference in New Issue
Block a user