not-fl3 / egui-miniquad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failed for windows 32 programs (i686)

bigdogs opened this issue · comments

cargo b --release --example demo --target i686-pc-windows-msvc

error[E0308]: mismatched types
    --> C:\Users\Admin\.cargo\registry\src\github.com-1ecc6299db9ec823\miniquad-0.3.13\src\native\windows.rs:887:47
     |
887  |         SetWindowLongPtrA(wnd, GWLP_USERDATA, &mut p as *mut _ as isize);
     |         -----------------                     ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `isize`
     |         |
     |         arguments to this function are incorrect