mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
didn't help :/ so removed it to see if it can build again
This commit is contained in:
@@ -93,9 +93,8 @@ foreign user32 {
|
|||||||
|
|
||||||
CreateCursor :: proc(hInst: HINSTANCE, xHotSpot: c_int, yHotSpot: c_int, nWidth: c_int, nHeight: c_int, pvANDPlane: PVOID, pvXORPlane: PVOID) -> HCURSOR ---
|
CreateCursor :: proc(hInst: HINSTANCE, xHotSpot: c_int, yHotSpot: c_int, nWidth: c_int, nHeight: c_int, pvANDPlane: PVOID, pvXORPlane: PVOID) -> HCURSOR ---
|
||||||
DestroyCursor :: proc(hCursor: HCURSOR) -> BOOL ---
|
DestroyCursor :: proc(hCursor: HCURSOR) -> BOOL ---
|
||||||
|
// ShowCursor somehow made the raylib fail with: D:/a/Odin/Odin/vendor/raylib/raylib.odin(1016:22) Redeclaration of foreign procedure 'ShowCursor' with different type signatures
|
||||||
@(link_name="ShowCursor") // ShowCursor somehow made the raylib fail with: D:/a/Odin/Odin/vendor/raylib/raylib.odin(1016:22) Redeclaration of foreign procedure 'ShowCursor' with different type signatures
|
// ShowCursor :: proc(bShow: BOOL) -> c_int ---
|
||||||
_ShowCursor :: proc(bShow: BOOL) -> c_int ---
|
|
||||||
|
|
||||||
GetWindowRect :: proc(hWnd: HWND, lpRect: LPRECT) -> BOOL ---
|
GetWindowRect :: proc(hWnd: HWND, lpRect: LPRECT) -> BOOL ---
|
||||||
GetClientRect :: proc(hWnd: HWND, lpRect: LPRECT) -> BOOL ---
|
GetClientRect :: proc(hWnd: HWND, lpRect: LPRECT) -> BOOL ---
|
||||||
|
|||||||
Reference in New Issue
Block a user