First window up in the language!

This commit is contained in:
Krzosa Karol
2022-06-16 09:29:47 +02:00
parent 4f0d16e632
commit d591cfea6f
3 changed files with 81 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
DWORD :: U32
LPCSTR :: *char
LPSTR :: *char
LPCWSTR :: *U16
HWND :: *void
HMENU :: *void
@@ -22,6 +23,7 @@ BYTE :: U8 // @todo? unsigned char
WORD :: S16 // short
LONG :: S32 // @todo long
UINT :: U32 // @todo uint
ATOM :: WORD
MEM_COMMIT :: 0x00001000
MEM_RESERVE :: 0x00002000