More UI syscalls

This commit is contained in:
momo5502
2025-05-18 10:35:22 +02:00
parent 836262f3d7
commit 67031b40ea
4 changed files with 46 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ typedef struct _LARGE_STRING
pointer Buffer;
} LARGE_STRING;
using hdc = pointer;
using hwnd = pointer;
using hmenu = pointer;
using hinstance = pointer;