Merge pull request #1504 from odin-lang/directx-packages

DirectX Package Support
This commit is contained in:
gingerBill
2022-02-17 23:15:38 +00:00
committed by GitHub
17 changed files with 10777 additions and 26 deletions
+3
View File
@@ -376,6 +376,9 @@ FILE_TYPE_DISK :: 0x0001
FILE_TYPE_CHAR :: 0x0002
FILE_TYPE_PIPE :: 0x0003
RECT :: struct {left, top, right, bottom: LONG}
POINT :: struct {x, y: LONG}
when size_of(uintptr) == 4 {
WSADATA :: struct {