Odin icon indicating copy to clipboard operation
Odin copied to clipboard

Add more bindings to sys/windows

Open Lperlind opened this issue 2 years ago • 2 comments

More bindings to kernel32 and user32.

Lperlind avatar Dec 17 '22 03:12 Lperlind

Looks like it conflicts with raylib :/

Lperlind avatar Dec 17 '22 03:12 Lperlind

fyi had the same issue the work a-round was

when !intrinsics.is_package_imported("raylib") {
    ShowCursor :: proc(bShow: BOOL) -> INT ---
}

not ideal but usually you don't use raylib and win32 at the same time :p I think if you rebase up this pr should work.

Hyrtwol avatar Apr 28 '24 21:04 Hyrtwol