[INFO] fetching crate sapp-windows 0.2.14... [INFO] checking sapp-windows-0.2.14 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate sapp-windows 0.2.14 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sapp-windows 0.2.14 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sapp-windows 0.2.14 [INFO] finished tweaking crates.io crate sapp-windows 0.2.14 [INFO] tweaked toml for crates.io crate sapp-windows 0.2.14 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 463616dbf492a75d8d31bdc8f517b5cd17d5ed59d0f79cc53583df80091aeb51 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "463616dbf492a75d8d31bdc8f517b5cd17d5ed59d0f79cc53583df80091aeb51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "463616dbf492a75d8d31bdc8f517b5cd17d5ed59d0f79cc53583df80091aeb51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "463616dbf492a75d8d31bdc8f517b5cd17d5ed59d0f79cc53583df80091aeb51", kill_on_drop: false }` [INFO] [stdout] 463616dbf492a75d8d31bdc8f517b5cd17d5ed59d0f79cc53583df80091aeb51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 036f6bd2b7941b8dd5a03937e9618d62a5ed8a53ad510f2f7ecb64f400f9bcc4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "036f6bd2b7941b8dd5a03937e9618d62a5ed8a53ad510f2f7ecb64f400f9bcc4", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Checking sapp-windows v0.2.14 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/clipboard.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winbase::{GlobalAlloc, GlobalLock, GlobalSize, GlobalUnlock, GMEM_MOVEABLE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/clipboard.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winuser::CF_UNICODETEXT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/clipboard.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::winuser::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | shared::{ [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | um::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::GetProcAddress` [INFO] [stdout] --> src/gl.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{GetProcAddress, _sapp_opengl32, _sapp_wglGetProcAddress}; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `GetProcAddress` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/clipboard.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winbase::{GlobalAlloc, GlobalLock, GlobalSize, GlobalUnlock, GMEM_MOVEABLE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/clipboard.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winuser::CF_UNICODETEXT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/clipboard.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::winuser::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | shared::{ [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | um::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::GetProcAddress` [INFO] [stdout] --> src/gl.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{GetProcAddress, _sapp_opengl32, _sapp_wglGetProcAddress}; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `GetProcAddress` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `SC_MONITORPOWER` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:597:21 [INFO] [stdout] | [INFO] [stdout] 597 | SC_SCREENSAVE | SC_MONITORPOWER => { [INFO] [stdout] | ^^^^^^^^^^^^^ --------------- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `SC_MONITORPOWER` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::SC_MONITORPOWER` [INFO] [stdout] --> src/lib.rs:597:37 [INFO] [stdout] | [INFO] [stdout] 597 | SC_SCREENSAVE | SC_MONITORPOWER => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `SC_SCREENSAVE` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:597:37 [INFO] [stdout] | [INFO] [stdout] 597 | SC_SCREENSAVE | SC_MONITORPOWER => { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^ pattern doesn't bind `SC_SCREENSAVE` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::SC_SCREENSAVE` [INFO] [stdout] --> src/lib.rs:597:21 [INFO] [stdout] | [INFO] [stdout] 597 | SC_SCREENSAVE | SC_MONITORPOWER => { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `SC_MONITORPOWER` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:597:21 [INFO] [stdout] | [INFO] [stdout] 597 | SC_SCREENSAVE | SC_MONITORPOWER => { [INFO] [stdout] | ^^^^^^^^^^^^^ --------------- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `SC_MONITORPOWER` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::SC_MONITORPOWER` [INFO] [stdout] --> src/lib.rs:597:37 [INFO] [stdout] | [INFO] [stdout] 597 | SC_SCREENSAVE | SC_MONITORPOWER => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `SC_SCREENSAVE` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:597:37 [INFO] [stdout] | [INFO] [stdout] 597 | SC_SCREENSAVE | SC_MONITORPOWER => { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^ pattern doesn't bind `SC_SCREENSAVE` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::SC_SCREENSAVE` [INFO] [stdout] --> src/lib.rs:597:21 [INFO] [stdout] | [INFO] [stdout] 597 | SC_SCREENSAVE | SC_MONITORPOWER => { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_KEYDOWN` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:694:26 [INFO] [stdout] | [INFO] [stdout] 694 | WM_KEYDOWN | WM_SYSKEYDOWN => _sapp_win32_key_event( [INFO] [stdout] | ---------- ^^^^^^^^^^^^^ pattern doesn't bind `WM_KEYDOWN` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_KEYDOWN` [INFO] [stdout] --> src/lib.rs:694:13 [INFO] [stdout] | [INFO] [stdout] 694 | WM_KEYDOWN | WM_SYSKEYDOWN => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_SYSKEYDOWN` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:694:13 [INFO] [stdout] | [INFO] [stdout] 694 | WM_KEYDOWN | WM_SYSKEYDOWN => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^^^ ------------- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `WM_SYSKEYDOWN` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_SYSKEYDOWN` [INFO] [stdout] --> src/lib.rs:694:26 [INFO] [stdout] | [INFO] [stdout] 694 | WM_KEYDOWN | WM_SYSKEYDOWN => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_KEYUP` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:699:24 [INFO] [stdout] | [INFO] [stdout] 699 | WM_KEYUP | WM_SYSKEYUP => _sapp_win32_key_event( [INFO] [stdout] | -------- ^^^^^^^^^^^ pattern doesn't bind `WM_KEYUP` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_KEYUP` [INFO] [stdout] --> src/lib.rs:699:13 [INFO] [stdout] | [INFO] [stdout] 699 | WM_KEYUP | WM_SYSKEYUP => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_SYSKEYUP` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:699:13 [INFO] [stdout] | [INFO] [stdout] 699 | WM_KEYUP | WM_SYSKEYUP => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^ ----------- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `WM_SYSKEYUP` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_SYSKEYUP` [INFO] [stdout] --> src/lib.rs:699:24 [INFO] [stdout] | [INFO] [stdout] 699 | WM_KEYUP | WM_SYSKEYUP => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_KEYDOWN` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:694:26 [INFO] [stdout] | [INFO] [stdout] 694 | WM_KEYDOWN | WM_SYSKEYDOWN => _sapp_win32_key_event( [INFO] [stdout] | ---------- ^^^^^^^^^^^^^ pattern doesn't bind `WM_KEYDOWN` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_KEYDOWN` [INFO] [stdout] --> src/lib.rs:694:13 [INFO] [stdout] | [INFO] [stdout] 694 | WM_KEYDOWN | WM_SYSKEYDOWN => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_SYSKEYDOWN` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:694:13 [INFO] [stdout] | [INFO] [stdout] 694 | WM_KEYDOWN | WM_SYSKEYDOWN => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^^^ ------------- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `WM_SYSKEYDOWN` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_SYSKEYDOWN` [INFO] [stdout] --> src/lib.rs:694:26 [INFO] [stdout] | [INFO] [stdout] 694 | WM_KEYDOWN | WM_SYSKEYDOWN => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_KEYUP` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:699:24 [INFO] [stdout] | [INFO] [stdout] 699 | WM_KEYUP | WM_SYSKEYUP => _sapp_win32_key_event( [INFO] [stdout] | -------- ^^^^^^^^^^^ pattern doesn't bind `WM_KEYUP` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_KEYUP` [INFO] [stdout] --> src/lib.rs:699:13 [INFO] [stdout] | [INFO] [stdout] 699 | WM_KEYUP | WM_SYSKEYUP => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_SYSKEYUP` is not bound in all patterns [INFO] [stdout] --> src/lib.rs:699:13 [INFO] [stdout] | [INFO] [stdout] 699 | WM_KEYUP | WM_SYSKEYUP => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^ ----------- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `WM_SYSKEYUP` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_SYSKEYUP` [INFO] [stdout] --> src/lib.rs:699:24 [INFO] [stdout] | [INFO] [stdout] 699 | WM_KEYUP | WM_SYSKEYUP => _sapp_win32_key_event( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `OpenClipboard` in this scope [INFO] [stdout] --> src/clipboard.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let result = OpenClipboard(ptr::null_mut()); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CloseClipboard` in this scope [INFO] [stdout] --> src/clipboard.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | CloseClipboard(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClipboardData` in this scope [INFO] [stdout] --> src/clipboard.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | let clipboard_data = GetClipboardData(CF_UNICODETEXT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CF_UNICODETEXT` in this scope [INFO] [stdout] --> src/clipboard.rs:36:43 [INFO] [stdout] | [INFO] [stdout] 36 | let clipboard_data = GetClipboardData(CF_UNICODETEXT); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalLock` in this scope [INFO] [stdout] --> src/clipboard.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | let data_ptr = GlobalLock(clipboard_data) as *const u8; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalSize` in this scope [INFO] [stdout] --> src/clipboard.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | let data_size = GlobalSize(clipboard_data) as usize; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalAlloc` in this scope [INFO] [stdout] --> src/clipboard.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | let alloc_handle = GlobalAlloc(GMEM_MOVEABLE, len); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GMEM_MOVEABLE` in this scope [INFO] [stdout] --> src/clipboard.rs:61:36 [INFO] [stdout] | [INFO] [stdout] 61 | let alloc_handle = GlobalAlloc(GMEM_MOVEABLE, len); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalLock` in this scope [INFO] [stdout] --> src/clipboard.rs:68:16 [INFO] [stdout] | [INFO] [stdout] 68 | let lock = GlobalLock(alloc_handle) as *mut u8; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalUnlock` in this scope [INFO] [stdout] --> src/clipboard.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | GlobalUnlock(lock as _); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EmptyClipboard` in this scope [INFO] [stdout] --> src/clipboard.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | EmptyClipboard(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetClipboardData` in this scope [INFO] [stdout] --> src/clipboard.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | SetClipboardData(CF_UNICODETEXT, alloc_handle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CF_UNICODETEXT` in this scope [INFO] [stdout] --> src/clipboard.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | SetClipboardData(CF_UNICODETEXT, alloc_handle); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/lib.rs:303:30 [INFO] [stdout] | [INFO] [stdout] 303 | static mut _sapp_win32_hwnd: HWND = std::ptr::null_mut(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:304:28 [INFO] [stdout] | [INFO] [stdout] 304 | static mut _sapp_win32_dc: HDC = std::ptr::null_mut(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/lib.rs:306:28 [INFO] [stdout] | [INFO] [stdout] 306 | static mut _sapp_opengl32: HINSTANCE = std::ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:307:26 [INFO] [stdout] | [INFO] [stdout] 307 | static mut _sapp_gl_ctx: HGLRC = std::ptr::null_mut(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/lib.rs:308:34 [INFO] [stdout] | [INFO] [stdout] 308 | static mut _sapp_win32_msg_hwnd: HWND = std::ptr::null_mut(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:309:32 [INFO] [stdout] | [INFO] [stdout] 309 | static mut _sapp_win32_msg_dc: HDC = std::ptr::null_mut(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESS_DPI_AWARENESS` in this scope [INFO] [stdout] --> src/lib.rs:318:27 [INFO] [stdout] | [INFO] [stdout] 318 | extern "system" fn(_: PROCESS_DPI_AWARENESS) -> HRESULT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/lib.rs:318:53 [INFO] [stdout] | [INFO] [stdout] 318 | extern "system" fn(_: PROCESS_DPI_AWARENESS) -> HRESULT, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMONITOR` in this scope [INFO] [stdout] --> src/lib.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MONITOR_DPI_TYPE` in this scope [INFO] [stdout] --> src/lib.rs:321:40 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:321:66 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:321:80 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `OpenClipboard` in this scope [INFO] [stdout] --> src/clipboard.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | let result = OpenClipboard(ptr::null_mut()); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/lib.rs:321:89 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:323:65 [INFO] [stdout] | [INFO] [stdout] 323 | static mut _sapp_wglCreateContext: Option HGLRC> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CloseClipboard` in this scope [INFO] [stdout] --> src/clipboard.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | CloseClipboard(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:323:73 [INFO] [stdout] | [INFO] [stdout] 323 | static mut _sapp_wglCreateContext: Option HGLRC> = None; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:324:65 [INFO] [stdout] | [INFO] [stdout] 324 | static mut _sapp_wglDeleteContext: Option bool> = None; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCSTR` in this scope [INFO] [stdout] --> src/lib.rs:325:66 [INFO] [stdout] | [INFO] [stdout] 325 | static mut _sapp_wglGetProcAddress: Option PROC> = None; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClipboardData` in this scope [INFO] [stdout] --> src/clipboard.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | let clipboard_data = GetClipboardData(CF_UNICODETEXT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROC` in this scope [INFO] [stdout] --> src/lib.rs:325:77 [INFO] [stdout] | [INFO] [stdout] 325 | static mut _sapp_wglGetProcAddress: Option PROC> = None; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CF_UNICODETEXT` in this scope [INFO] [stdout] --> src/clipboard.rs:36:43 [INFO] [stdout] | [INFO] [stdout] 36 | let clipboard_data = GetClipboardData(CF_UNICODETEXT); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:326:66 [INFO] [stdout] | [INFO] [stdout] 326 | static mut _sapp_wglGetCurrentDC: Option HDC> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:327:63 [INFO] [stdout] | [INFO] [stdout] 327 | static mut _sapp_wglMakeCurrent: Option bool> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:327:71 [INFO] [stdout] | [INFO] [stdout] 327 | static mut _sapp_wglMakeCurrent: Option bool> = None; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalLock` in this scope [INFO] [stdout] --> src/clipboard.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | let data_ptr = GlobalLock(clipboard_data) as *const u8; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:330:27 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:330:35 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalSize` in this scope [INFO] [stdout] --> src/clipboard.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | let data_size = GlobalSize(clipboard_data) as usize; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:330:43 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:330:51 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalAlloc` in this scope [INFO] [stdout] --> src/clipboard.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | let alloc_handle = GlobalAlloc(GMEM_MOVEABLE, len); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:330:67 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:330:80 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:333:71 [INFO] [stdout] | [INFO] [stdout] 333 | static mut _sapp_GetExtensionsStringARB: Option *const i8> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GMEM_MOVEABLE` in this scope [INFO] [stdout] --> src/clipboard.rs:61:36 [INFO] [stdout] | [INFO] [stdout] 61 | let alloc_handle = GlobalAlloc(GMEM_MOVEABLE, len); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:335:27 [INFO] [stdout] | [INFO] [stdout] 335 | extern "system" fn(_: HDC, _: HGLRC, _: *const INT) -> HGLRC, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:335:35 [INFO] [stdout] | [INFO] [stdout] 335 | extern "system" fn(_: HDC, _: HGLRC, _: *const INT) -> HGLRC, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalLock` in this scope [INFO] [stdout] --> src/clipboard.rs:68:16 [INFO] [stdout] | [INFO] [stdout] 68 | let lock = GlobalLock(alloc_handle) as *mut u8; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:335:52 [INFO] [stdout] | [INFO] [stdout] 335 | extern "system" fn(_: HDC, _: HGLRC, _: *const INT) -> HGLRC, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:335:60 [INFO] [stdout] | [INFO] [stdout] 335 | extern "system" fn(_: HDC, _: HGLRC, _: *const INT) -> HGLRC, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GlobalUnlock` in this scope [INFO] [stdout] --> src/clipboard.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | GlobalUnlock(lock as _); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:337:64 [INFO] [stdout] | [INFO] [stdout] 337 | static mut _sapp_SwapIntervalEXT: Option bool> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EmptyClipboard` in this scope [INFO] [stdout] --> src/clipboard.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | EmptyClipboard(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CURSORINFO` in this scope [INFO] [stdout] --> src/lib.rs:460:26 [INFO] [stdout] | [INFO] [stdout] 460 | let mut cursor_info: CURSORINFO = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetClipboardData` in this scope [INFO] [stdout] --> src/clipboard.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | SetClipboardData(CF_UNICODETEXT, alloc_handle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CURSORINFO` in this scope [INFO] [stdout] --> src/lib.rs:461:46 [INFO] [stdout] | [INFO] [stdout] 459 | pub unsafe fn sapp_mouse_shown() -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 460 | let mut cursor_info: CURSORINFO = std::mem::zeroed(); [INFO] [stdout] 461 | cursor_info.cbSize = std::mem::size_of::() as _; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetCursorInfo` in this scope [INFO] [stdout] --> src/lib.rs:462:5 [INFO] [stdout] | [INFO] [stdout] 462 | GetCursorInfo(&mut cursor_info as *mut _); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CF_UNICODETEXT` in this scope [INFO] [stdout] --> src/clipboard.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | SetClipboardData(CF_UNICODETEXT, alloc_handle); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CURSOR_SHOWING` in this scope [INFO] [stdout] --> src/lib.rs:464:25 [INFO] [stdout] | [INFO] [stdout] 464 | cursor_info.flags & CURSOR_SHOWING != 0 [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ShowCursor` in this scope [INFO] [stdout] --> src/lib.rs:470:5 [INFO] [stdout] | [INFO] [stdout] 470 | ShowCursor(shown as _); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/lib.rs:303:30 [INFO] [stdout] | [INFO] [stdout] 303 | static mut _sapp_win32_hwnd: HWND = std::ptr::null_mut(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:512:8 [INFO] [stdout] | [INFO] [stdout] 512 | if GetKeyState(VK_SHIFT) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:304:28 [INFO] [stdout] | [INFO] [stdout] 304 | static mut _sapp_win32_dc: HDC = std::ptr::null_mut(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_SHIFT` in this scope [INFO] [stdout] --> src/lib.rs:512:20 [INFO] [stdout] | [INFO] [stdout] 512 | if GetKeyState(VK_SHIFT) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/lib.rs:306:28 [INFO] [stdout] | [INFO] [stdout] 306 | static mut _sapp_opengl32: HINSTANCE = std::ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:515:8 [INFO] [stdout] | [INFO] [stdout] 515 | if GetKeyState(VK_CONTROL) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_CONTROL` in this scope [INFO] [stdout] --> src/lib.rs:515:20 [INFO] [stdout] | [INFO] [stdout] 515 | if GetKeyState(VK_CONTROL) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:307:26 [INFO] [stdout] | [INFO] [stdout] 307 | static mut _sapp_gl_ctx: HGLRC = std::ptr::null_mut(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:518:8 [INFO] [stdout] | [INFO] [stdout] 518 | if GetKeyState(VK_MENU) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/lib.rs:308:34 [INFO] [stdout] | [INFO] [stdout] 308 | static mut _sapp_win32_msg_hwnd: HWND = std::ptr::null_mut(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_MENU` in this scope [INFO] [stdout] --> src/lib.rs:518:20 [INFO] [stdout] | [INFO] [stdout] 518 | if GetKeyState(VK_MENU) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | if (GetKeyState(VK_LWIN) | GetKeyState(VK_RWIN)) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:309:32 [INFO] [stdout] | [INFO] [stdout] 309 | static mut _sapp_win32_msg_dc: HDC = std::ptr::null_mut(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_LWIN` in this scope [INFO] [stdout] --> src/lib.rs:521:21 [INFO] [stdout] | [INFO] [stdout] 521 | if (GetKeyState(VK_LWIN) | GetKeyState(VK_RWIN)) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESS_DPI_AWARENESS` in this scope [INFO] [stdout] --> src/lib.rs:318:27 [INFO] [stdout] | [INFO] [stdout] 318 | extern "system" fn(_: PROCESS_DPI_AWARENESS) -> HRESULT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:521:32 [INFO] [stdout] | [INFO] [stdout] 521 | if (GetKeyState(VK_LWIN) | GetKeyState(VK_RWIN)) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_RWIN` in this scope [INFO] [stdout] --> src/lib.rs:521:44 [INFO] [stdout] | [INFO] [stdout] 521 | if (GetKeyState(VK_LWIN) | GetKeyState(VK_RWIN)) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/lib.rs:318:53 [INFO] [stdout] | [INFO] [stdout] 318 | extern "system" fn(_: PROCESS_DPI_AWARENESS) -> HRESULT, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/lib.rs:570:11 [INFO] [stdout] | [INFO] [stdout] 570 | hWnd: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMONITOR` in this scope [INFO] [stdout] --> src/lib.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:571:11 [INFO] [stdout] | [INFO] [stdout] 571 | uMsg: UINT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MONITOR_DPI_TYPE` in this scope [INFO] [stdout] --> src/lib.rs:321:40 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/lib.rs:572:13 [INFO] [stdout] | [INFO] [stdout] 572 | wParam: WPARAM, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/lib.rs:573:13 [INFO] [stdout] | [INFO] [stdout] 573 | lParam: LPARAM, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:321:66 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/lib.rs:574:6 [INFO] [stdout] | [INFO] [stdout] 574 | ) -> LRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:321:80 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PostQuitMessage` in this scope [INFO] [stdout] --> src/lib.rs:591:21 [INFO] [stdout] | [INFO] [stdout] 591 | PostQuitMessage(0); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SIZE_MINIMIZED` in this scope [INFO] [stdout] --> src/lib.rs:614:43 [INFO] [stdout] | [INFO] [stdout] 614 | let iconified = wParam == SIZE_MINIMIZED; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/lib.rs:321:89 [INFO] [stdout] | [INFO] [stdout] 321 | extern "system" fn(_: HMONITOR, _: MONITOR_DPI_TYPE, _: *mut UINT, _: *mut UINT) -> HRESULT, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LOWORD` in this scope [INFO] [stdout] --> src/lib.rs:626:24 [INFO] [stdout] | [INFO] [stdout] 626 | if LOWORD(lParam as _) == HTCLIENT as _ { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:323:65 [INFO] [stdout] | [INFO] [stdout] 323 | static mut _sapp_wglCreateContext: Option HGLRC> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HTCLIENT` in this scope [INFO] [stdout] --> src/lib.rs:626:47 [INFO] [stdout] | [INFO] [stdout] 626 | if LOWORD(lParam as _) == HTCLIENT as _ { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:323:73 [INFO] [stdout] | [INFO] [stdout] 323 | static mut _sapp_wglCreateContext: Option HGLRC> = None; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GET_X_LPARAM` in this scope [INFO] [stdout] --> src/lib.rs:658:33 [INFO] [stdout] | [INFO] [stdout] 658 | _sapp.mouse_x = GET_X_LPARAM(lParam) as f32 * _sapp_win32_mouse_scale; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:324:65 [INFO] [stdout] | [INFO] [stdout] 324 | static mut _sapp_wglDeleteContext: Option bool> = None; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GET_Y_LPARAM` in this scope [INFO] [stdout] --> src/lib.rs:659:33 [INFO] [stdout] | [INFO] [stdout] 659 | _sapp.mouse_y = GET_Y_LPARAM(lParam) as f32 * _sapp_win32_mouse_scale; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCSTR` in this scope [INFO] [stdout] --> src/lib.rs:325:66 [INFO] [stdout] | [INFO] [stdout] 325 | static mut _sapp_wglGetProcAddress: Option PROC> = None; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TRACKMOUSEEVENT` in this scope [INFO] [stdout] --> src/lib.rs:663:34 [INFO] [stdout] | [INFO] [stdout] 663 | let mut tme: TRACKMOUSEEVENT = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TME_LEAVE` in this scope [INFO] [stdout] --> src/lib.rs:666:35 [INFO] [stdout] | [INFO] [stdout] 666 | tme.dwFlags = TME_LEAVE; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROC` in this scope [INFO] [stdout] --> src/lib.rs:325:77 [INFO] [stdout] | [INFO] [stdout] 325 | static mut _sapp_wglGetProcAddress: Option PROC> = None; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TrackMouseEvent` in this scope [INFO] [stdout] --> src/lib.rs:668:21 [INFO] [stdout] | [INFO] [stdout] 668 | TrackMouseEvent(&mut tme as *mut _); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:326:66 [INFO] [stdout] | [INFO] [stdout] 326 | static mut _sapp_wglGetCurrentDC: Option HDC> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/lib.rs:687:48 [INFO] [stdout] | [INFO] [stdout] 687 | _sapp_win32_scroll_event(0.0, (HIWORD(wParam as _) as i16) as f32); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:327:63 [INFO] [stdout] | [INFO] [stdout] 327 | static mut _sapp_wglMakeCurrent: Option bool> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/lib.rs:691:43 [INFO] [stdout] | [INFO] [stdout] 691 | _sapp_win32_scroll_event((HIWORD(wParam as _) as i16) as f32, 0.0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:327:71 [INFO] [stdout] | [INFO] [stdout] 327 | static mut _sapp_wglMakeCurrent: Option bool> = None; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/lib.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | HIWORD(lParam as _) as u32 & 0x1FF, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/lib.rs:701:17 [INFO] [stdout] | [INFO] [stdout] 701 | HIWORD(lParam as _) as u32 & 0x1FF, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:330:27 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DefWindowProcW` in this scope [INFO] [stdout] --> src/lib.rs:708:5 [INFO] [stdout] | [INFO] [stdout] 708 | DefWindowProcW(hWnd, uMsg, wParam, lParam) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:330:35 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/lib.rs:908:19 [INFO] [stdout] | [INFO] [stdout] 908 | let mut rect: RECT = std::mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClientRect` in this scope [INFO] [stdout] --> src/lib.rs:910:8 [INFO] [stdout] | [INFO] [stdout] 910 | if GetClientRect(_sapp_win32_hwnd, &mut rect as *mut _ as _) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:330:43 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryA` in this scope [INFO] [stdout] --> src/lib.rs:944:18 [INFO] [stdout] | [INFO] [stdout] 944 | let user32 = LoadLibraryA(b"user32.dll\0".as_ptr() as *const _); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryA` in this scope [INFO] [stdout] --> src/lib.rs:950:18 [INFO] [stdout] | [INFO] [stdout] 950 | let shcore = LoadLibraryA(b"shcore.dll\0".as_ptr() as *const _); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:330:51 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PROCESS_SYSTEM_DPI_AWARE` in this scope [INFO] [stdout] --> src/lib.rs:959:41 [INFO] [stdout] | [INFO] [stdout] 959 | let mut process_dpi_awareness = PROCESS_SYSTEM_DPI_AWARE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:330:67 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PROCESS_DPI_UNAWARE` in this scope [INFO] [stdout] --> src/lib.rs:962:37 [INFO] [stdout] | [INFO] [stdout] 962 | process_dpi_awareness = PROCESS_DPI_UNAWARE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:330:80 [INFO] [stdout] | [INFO] [stdout] 330 | extern "system" fn(_: HDC, _: INT, _: INT, _: UINT, _: *const INT, _: *mut INT) -> bool, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in this scope [INFO] [stdout] --> src/lib.rs:973:22 [INFO] [stdout] | [INFO] [stdout] 973 | let pt = POINT { x: 1, y: 1 }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MonitorFromPoint` in this scope [INFO] [stdout] --> src/lib.rs:974:22 [INFO] [stdout] | [INFO] [stdout] 974 | let hm = MonitorFromPoint(pt, MONITOR_DEFAULTTONEAREST); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:333:71 [INFO] [stdout] | [INFO] [stdout] 333 | static mut _sapp_GetExtensionsStringARB: Option *const i8> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MONITOR_DEFAULTTONEAREST` in this scope [INFO] [stdout] --> src/lib.rs:974:43 [INFO] [stdout] | [INFO] [stdout] 974 | let hm = MonitorFromPoint(pt, MONITOR_DEFAULTTONEAREST); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/lib.rs:335:27 [INFO] [stdout] | [INFO] [stdout] 335 | extern "system" fn(_: HDC, _: HGLRC, _: *const INT) -> HGLRC, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:975:27 [INFO] [stdout] | [INFO] [stdout] 975 | let mut dpix: UINT = 0; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:976:27 [INFO] [stdout] | [INFO] [stdout] 976 | let mut dpiy: UINT = 0; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:335:35 [INFO] [stdout] | [INFO] [stdout] 335 | extern "system" fn(_: HDC, _: HGLRC, _: *const INT) -> HGLRC, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MDT_EFFECTIVE_DPI` in this scope [INFO] [stdout] --> src/lib.rs:979:17 [INFO] [stdout] | [INFO] [stdout] 979 | MDT_EFFECTIVE_DPI, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:335:52 [INFO] [stdout] | [INFO] [stdout] 335 | extern "system" fn(_: HDC, _: HGLRC, _: *const INT) -> HGLRC, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FreeLibrary` in this scope [INFO] [stdout] --> src/lib.rs:999:9 [INFO] [stdout] | [INFO] [stdout] 999 | FreeLibrary(user32); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FreeLibrary` in this scope [INFO] [stdout] --> src/lib.rs:1002:9 [INFO] [stdout] | [INFO] [stdout] 1002 | FreeLibrary(shcore); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLRC` in this scope [INFO] [stdout] --> src/lib.rs:335:60 [INFO] [stdout] | [INFO] [stdout] 335 | extern "system" fn(_: HDC, _: HGLRC, _: *const INT) -> HGLRC, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDCLASSW` in this scope [INFO] [stdout] --> src/lib.rs:1007:24 [INFO] [stdout] | [INFO] [stdout] 1007 | let mut wndclassw: WNDCLASSW = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INT` in this scope [INFO] [stdout] --> src/lib.rs:337:64 [INFO] [stdout] | [INFO] [stdout] 337 | static mut _sapp_SwapIntervalEXT: Option bool> = None; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_HREDRAW` in this scope [INFO] [stdout] --> src/lib.rs:1009:23 [INFO] [stdout] | [INFO] [stdout] 1009 | wndclassw.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CURSORINFO` in this scope [INFO] [stdout] --> src/lib.rs:460:26 [INFO] [stdout] | [INFO] [stdout] 460 | let mut cursor_info: CURSORINFO = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_VREDRAW` in this scope [INFO] [stdout] --> src/lib.rs:1009:36 [INFO] [stdout] | [INFO] [stdout] 1009 | wndclassw.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CURSORINFO` in this scope [INFO] [stdout] --> src/lib.rs:461:46 [INFO] [stdout] | [INFO] [stdout] 459 | pub unsafe fn sapp_mouse_shown() -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 460 | let mut cursor_info: CURSORINFO = std::mem::zeroed(); [INFO] [stdout] 461 | cursor_info.cbSize = std::mem::size_of::() as _; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_OWNDC` in this scope [INFO] [stdout] --> src/lib.rs:1009:49 [INFO] [stdout] | [INFO] [stdout] 1009 | wndclassw.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetCursorInfo` in this scope [INFO] [stdout] --> src/lib.rs:462:5 [INFO] [stdout] | [INFO] [stdout] 462 | GetCursorInfo(&mut cursor_info as *mut _); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/lib.rs:1011:27 [INFO] [stdout] | [INFO] [stdout] 1011 | wndclassw.hInstance = GetModuleHandleW(NULL as _); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CURSOR_SHOWING` in this scope [INFO] [stdout] --> src/lib.rs:464:25 [INFO] [stdout] | [INFO] [stdout] 464 | cursor_info.flags & CURSOR_SHOWING != 0 [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1011:44 [INFO] [stdout] | [INFO] [stdout] 1011 | wndclassw.hInstance = GetModuleHandleW(NULL as _); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ShowCursor` in this scope [INFO] [stdout] --> src/lib.rs:470:5 [INFO] [stdout] | [INFO] [stdout] 470 | ShowCursor(shown as _); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadCursorW` in this scope [INFO] [stdout] --> src/lib.rs:1012:25 [INFO] [stdout] | [INFO] [stdout] 1012 | wndclassw.hCursor = LoadCursorW(NULL as _, IDC_ARROW); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:512:8 [INFO] [stdout] | [INFO] [stdout] 512 | if GetKeyState(VK_SHIFT) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1012:37 [INFO] [stdout] | [INFO] [stdout] 1012 | wndclassw.hCursor = LoadCursorW(NULL as _, IDC_ARROW); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_SHIFT` in this scope [INFO] [stdout] --> src/lib.rs:512:20 [INFO] [stdout] | [INFO] [stdout] 512 | if GetKeyState(VK_SHIFT) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IDC_ARROW` in this scope [INFO] [stdout] --> src/lib.rs:1012:48 [INFO] [stdout] | [INFO] [stdout] 1012 | wndclassw.hCursor = LoadCursorW(NULL as _, IDC_ARROW); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:515:8 [INFO] [stdout] | [INFO] [stdout] 515 | if GetKeyState(VK_CONTROL) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadIconW` in this scope [INFO] [stdout] --> src/lib.rs:1013:23 [INFO] [stdout] | [INFO] [stdout] 1013 | wndclassw.hIcon = LoadIconW(NULL as _, IDI_WINLOGO); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_CONTROL` in this scope [INFO] [stdout] --> src/lib.rs:515:20 [INFO] [stdout] | [INFO] [stdout] 515 | if GetKeyState(VK_CONTROL) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1013:33 [INFO] [stdout] | [INFO] [stdout] 1013 | wndclassw.hIcon = LoadIconW(NULL as _, IDI_WINLOGO); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IDI_WINLOGO` in this scope [INFO] [stdout] --> src/lib.rs:1013:44 [INFO] [stdout] | [INFO] [stdout] 1013 | wndclassw.hIcon = LoadIconW(NULL as _, IDI_WINLOGO); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:518:8 [INFO] [stdout] | [INFO] [stdout] 518 | if GetKeyState(VK_MENU) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RegisterClassW` in this scope [INFO] [stdout] --> src/lib.rs:1016:5 [INFO] [stdout] | [INFO] [stdout] 1016 | RegisterClassW(&wndclassw); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_MENU` in this scope [INFO] [stdout] --> src/lib.rs:518:20 [INFO] [stdout] | [INFO] [stdout] 518 | if GetKeyState(VK_MENU) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/lib.rs:1018:20 [INFO] [stdout] | [INFO] [stdout] 1018 | let win_style: DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | if (GetKeyState(VK_LWIN) | GetKeyState(VK_RWIN)) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/lib.rs:1019:23 [INFO] [stdout] | [INFO] [stdout] 1019 | let win_ex_style: DWORD = WS_EX_APPWINDOW | WS_EX_WINDOWEDGE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_LWIN` in this scope [INFO] [stdout] --> src/lib.rs:521:21 [INFO] [stdout] | [INFO] [stdout] 521 | if (GetKeyState(VK_LWIN) | GetKeyState(VK_RWIN)) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_APPWINDOW` in this scope [INFO] [stdout] --> src/lib.rs:1019:31 [INFO] [stdout] | [INFO] [stdout] 1019 | let win_ex_style: DWORD = WS_EX_APPWINDOW | WS_EX_WINDOWEDGE; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_WINDOWEDGE` in this scope [INFO] [stdout] --> src/lib.rs:1019:49 [INFO] [stdout] | [INFO] [stdout] 1019 | let win_ex_style: DWORD = WS_EX_APPWINDOW | WS_EX_WINDOWEDGE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope [INFO] [stdout] --> src/lib.rs:521:32 [INFO] [stdout] | [INFO] [stdout] 521 | if (GetKeyState(VK_LWIN) | GetKeyState(VK_RWIN)) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VK_RWIN` in this scope [INFO] [stdout] --> src/lib.rs:521:44 [INFO] [stdout] | [INFO] [stdout] 521 | if (GetKeyState(VK_LWIN) | GetKeyState(VK_RWIN)) as u32 & (1u32 << 31) != 0 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `RECT` in this scope [INFO] [stdout] --> src/lib.rs:1020:20 [INFO] [stdout] | [INFO] [stdout] 1020 | let mut rect = RECT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/lib.rs:570:11 [INFO] [stdout] | [INFO] [stdout] 570 | hWnd: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_POPUP` in this scope [INFO] [stdout] --> src/lib.rs:1027:21 [INFO] [stdout] | [INFO] [stdout] 1027 | win_style = WS_POPUP | WS_SYSMENU | WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:571:11 [INFO] [stdout] | [INFO] [stdout] 571 | uMsg: UINT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/lib.rs:572:13 [INFO] [stdout] | [INFO] [stdout] 572 | wParam: WPARAM, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_SYSMENU` in this scope [INFO] [stdout] --> src/lib.rs:1027:32 [INFO] [stdout] | [INFO] [stdout] 1027 | win_style = WS_POPUP | WS_SYSMENU | WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/lib.rs:573:13 [INFO] [stdout] | [INFO] [stdout] 573 | lParam: LPARAM, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/lib.rs:1027:45 [INFO] [stdout] | [INFO] [stdout] 1027 | win_style = WS_POPUP | WS_SYSMENU | WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/lib.rs:574:6 [INFO] [stdout] | [INFO] [stdout] 574 | ) -> LRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetSystemMetrics` in this scope [INFO] [stdout] --> src/lib.rs:1028:22 [INFO] [stdout] | [INFO] [stdout] 1028 | rect.right = GetSystemMetrics(SM_CXSCREEN); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PostQuitMessage` in this scope [INFO] [stdout] --> src/lib.rs:591:21 [INFO] [stdout] | [INFO] [stdout] 591 | PostQuitMessage(0); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SIZE_MINIMIZED` in this scope [INFO] [stdout] --> src/lib.rs:614:43 [INFO] [stdout] | [INFO] [stdout] 614 | let iconified = wParam == SIZE_MINIMIZED; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SM_CXSCREEN` in this scope [INFO] [stdout] --> src/lib.rs:1028:39 [INFO] [stdout] | [INFO] [stdout] 1028 | rect.right = GetSystemMetrics(SM_CXSCREEN); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LOWORD` in this scope [INFO] [stdout] --> src/lib.rs:626:24 [INFO] [stdout] | [INFO] [stdout] 626 | if LOWORD(lParam as _) == HTCLIENT as _ { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetSystemMetrics` in this scope [INFO] [stdout] --> src/lib.rs:1029:23 [INFO] [stdout] | [INFO] [stdout] 1029 | rect.bottom = GetSystemMetrics(SM_CYSCREEN); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HTCLIENT` in this scope [INFO] [stdout] --> src/lib.rs:626:47 [INFO] [stdout] | [INFO] [stdout] 626 | if LOWORD(lParam as _) == HTCLIENT as _ { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SM_CYSCREEN` in this scope [INFO] [stdout] --> src/lib.rs:1029:40 [INFO] [stdout] | [INFO] [stdout] 1029 | rect.bottom = GetSystemMetrics(SM_CYSCREEN); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GET_X_LPARAM` in this scope [INFO] [stdout] --> src/lib.rs:658:33 [INFO] [stdout] | [INFO] [stdout] 658 | _sapp.mouse_x = GET_X_LPARAM(lParam) as f32 * _sapp_win32_mouse_scale; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPSIBLINGS` in this scope [INFO] [stdout] --> src/lib.rs:1031:21 [INFO] [stdout] | [INFO] [stdout] 1031 | win_style = WS_CLIPSIBLINGS [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GET_Y_LPARAM` in this scope [INFO] [stdout] --> src/lib.rs:659:33 [INFO] [stdout] | [INFO] [stdout] 659 | _sapp.mouse_y = GET_Y_LPARAM(lParam) as f32 * _sapp_win32_mouse_scale; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPCHILDREN` in this scope [INFO] [stdout] --> src/lib.rs:1032:15 [INFO] [stdout] | [INFO] [stdout] 1032 | | WS_CLIPCHILDREN [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TRACKMOUSEEVENT` in this scope [INFO] [stdout] --> src/lib.rs:663:34 [INFO] [stdout] | [INFO] [stdout] 663 | let mut tme: TRACKMOUSEEVENT = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CAPTION` in this scope [INFO] [stdout] --> src/lib.rs:1033:15 [INFO] [stdout] | [INFO] [stdout] 1033 | | WS_CAPTION [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TME_LEAVE` in this scope [INFO] [stdout] --> src/lib.rs:666:35 [INFO] [stdout] | [INFO] [stdout] 666 | tme.dwFlags = TME_LEAVE; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_SYSMENU` in this scope [INFO] [stdout] --> src/lib.rs:1034:15 [INFO] [stdout] | [INFO] [stdout] 1034 | | WS_SYSMENU [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TrackMouseEvent` in this scope [INFO] [stdout] --> src/lib.rs:668:21 [INFO] [stdout] | [INFO] [stdout] 668 | TrackMouseEvent(&mut tme as *mut _); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MINIMIZEBOX` in this scope [INFO] [stdout] --> src/lib.rs:1035:15 [INFO] [stdout] | [INFO] [stdout] 1035 | | WS_MINIMIZEBOX [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/lib.rs:687:48 [INFO] [stdout] | [INFO] [stdout] 687 | _sapp_win32_scroll_event(0.0, (HIWORD(wParam as _) as i16) as f32); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MAXIMIZEBOX` in this scope [INFO] [stdout] --> src/lib.rs:1036:15 [INFO] [stdout] | [INFO] [stdout] 1036 | | WS_MAXIMIZEBOX [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/lib.rs:691:43 [INFO] [stdout] | [INFO] [stdout] 691 | _sapp_win32_scroll_event((HIWORD(wParam as _) as i16) as f32, 0.0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_SIZEBOX` in this scope [INFO] [stdout] --> src/lib.rs:1037:15 [INFO] [stdout] | [INFO] [stdout] 1037 | | WS_SIZEBOX; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/lib.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | HIWORD(lParam as _) as u32 & 0x1FF, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AdjustWindowRectEx` in this scope [INFO] [stdout] --> src/lib.rs:1041:5 [INFO] [stdout] | [INFO] [stdout] 1041 | AdjustWindowRectEx(&rect as *const _ as _, win_style, false as _, win_ex_style); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/lib.rs:701:17 [INFO] [stdout] | [INFO] [stdout] 701 | HIWORD(lParam as _) as u32 & 0x1FF, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DefWindowProcW` in this scope [INFO] [stdout] --> src/lib.rs:708:5 [INFO] [stdout] | [INFO] [stdout] 708 | DefWindowProcW(hWnd, uMsg, wParam, lParam) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in this scope [INFO] [stdout] --> src/lib.rs:1048:24 [INFO] [stdout] | [INFO] [stdout] 1048 | _sapp_win32_hwnd = CreateWindowExW( [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/lib.rs:908:19 [INFO] [stdout] | [INFO] [stdout] 908 | let mut rect: RECT = std::mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CW_USEDEFAULT` in this scope [INFO] [stdout] --> src/lib.rs:1053:9 [INFO] [stdout] | [INFO] [stdout] 1053 | CW_USEDEFAULT, // X [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClientRect` in this scope [INFO] [stdout] --> src/lib.rs:910:8 [INFO] [stdout] | [INFO] [stdout] 910 | if GetClientRect(_sapp_win32_hwnd, &mut rect as *mut _ as _) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CW_USEDEFAULT` in this scope [INFO] [stdout] --> src/lib.rs:1054:9 [INFO] [stdout] | [INFO] [stdout] 1054 | CW_USEDEFAULT, // Y [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1057:9 [INFO] [stdout] | [INFO] [stdout] 1057 | NULL as _, // hWndParent [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryA` in this scope [INFO] [stdout] --> src/lib.rs:944:18 [INFO] [stdout] | [INFO] [stdout] 944 | let user32 = LoadLibraryA(b"user32.dll\0".as_ptr() as *const _); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1058:9 [INFO] [stdout] | [INFO] [stdout] 1058 | NULL as _, // hMenu [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryA` in this scope [INFO] [stdout] --> src/lib.rs:950:18 [INFO] [stdout] | [INFO] [stdout] 950 | let shcore = LoadLibraryA(b"shcore.dll\0".as_ptr() as *const _); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/lib.rs:1059:9 [INFO] [stdout] | [INFO] [stdout] 1059 | GetModuleHandleW(NULL as _), // hInstance [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PROCESS_SYSTEM_DPI_AWARE` in this scope [INFO] [stdout] --> src/lib.rs:959:41 [INFO] [stdout] | [INFO] [stdout] 959 | let mut process_dpi_awareness = PROCESS_SYSTEM_DPI_AWARE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1059:26 [INFO] [stdout] | [INFO] [stdout] 1059 | GetModuleHandleW(NULL as _), // hInstance [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PROCESS_DPI_UNAWARE` in this scope [INFO] [stdout] --> src/lib.rs:962:37 [INFO] [stdout] | [INFO] [stdout] 962 | process_dpi_awareness = PROCESS_DPI_UNAWARE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1060:9 [INFO] [stdout] | [INFO] [stdout] 1060 | NULL as _, // lParam [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in this scope [INFO] [stdout] --> src/lib.rs:973:22 [INFO] [stdout] | [INFO] [stdout] 973 | let pt = POINT { x: 1, y: 1 }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ShowWindow` in this scope [INFO] [stdout] --> src/lib.rs:1063:5 [INFO] [stdout] | [INFO] [stdout] 1063 | ShowWindow(_sapp_win32_hwnd, SW_SHOW); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MonitorFromPoint` in this scope [INFO] [stdout] --> src/lib.rs:974:22 [INFO] [stdout] | [INFO] [stdout] 974 | let hm = MonitorFromPoint(pt, MONITOR_DEFAULTTONEAREST); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SW_SHOW` in this scope [INFO] [stdout] --> src/lib.rs:1063:34 [INFO] [stdout] | [INFO] [stdout] 1063 | ShowWindow(_sapp_win32_hwnd, SW_SHOW); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MONITOR_DEFAULTTONEAREST` in this scope [INFO] [stdout] --> src/lib.rs:974:43 [INFO] [stdout] | [INFO] [stdout] 974 | let hm = MonitorFromPoint(pt, MONITOR_DEFAULTTONEAREST); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/lib.rs:1065:14 [INFO] [stdout] | [INFO] [stdout] 1065 | let dc = GetDC(_sapp_win32_hwnd); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DestroyWindow` in this scope [INFO] [stdout] --> src/lib.rs:1072:5 [INFO] [stdout] | [INFO] [stdout] 1072 | DestroyWindow(_sapp_win32_hwnd); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:975:27 [INFO] [stdout] | [INFO] [stdout] 975 | let mut dpix: UINT = 0; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnregisterClassW` in this scope [INFO] [stdout] --> src/lib.rs:1077:5 [INFO] [stdout] | [INFO] [stdout] 1077 | UnregisterClassW(class_name.as_mut_ptr() as _, GetModuleHandleW(NULL as _)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/lib.rs:976:27 [INFO] [stdout] | [INFO] [stdout] 976 | let mut dpiy: UINT = 0; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/lib.rs:1077:52 [INFO] [stdout] | [INFO] [stdout] 1077 | UnregisterClassW(class_name.as_mut_ptr() as _, GetModuleHandleW(NULL as _)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MDT_EFFECTIVE_DPI` in this scope [INFO] [stdout] --> src/lib.rs:979:17 [INFO] [stdout] | [INFO] [stdout] 979 | MDT_EFFECTIVE_DPI, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1077:69 [INFO] [stdout] | [INFO] [stdout] 1077 | UnregisterClassW(class_name.as_mut_ptr() as _, GetModuleHandleW(NULL as _)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FreeLibrary` in this scope [INFO] [stdout] --> src/lib.rs:999:9 [INFO] [stdout] | [INFO] [stdout] 999 | FreeLibrary(user32); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/lib.rs:1080:36 [INFO] [stdout] | [INFO] [stdout] 1080 | unsafe fn get_proc_address(lib: HINSTANCE, proc: &[u8]) -> Option { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FreeLibrary` in this scope [INFO] [stdout] --> src/lib.rs:1002:9 [INFO] [stdout] | [INFO] [stdout] 1002 | FreeLibrary(shcore); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope [INFO] [stdout] --> src/lib.rs:1081:16 [INFO] [stdout] | [INFO] [stdout] 1081 | let proc = GetProcAddress(lib, proc.as_ptr() as *const _); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PIXELFORMATDESCRIPTOR` in this scope [INFO] [stdout] --> src/lib.rs:1126:18 [INFO] [stdout] | [INFO] [stdout] 1126 | let mut pfd: PIXELFORMATDESCRIPTOR = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDCLASSW` in this scope [INFO] [stdout] --> src/lib.rs:1007:24 [INFO] [stdout] | [INFO] [stdout] 1007 | let mut wndclassw: WNDCLASSW = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PFD_DRAW_TO_WINDOW` in this scope [INFO] [stdout] --> src/lib.rs:1129:19 [INFO] [stdout] | [INFO] [stdout] 1129 | pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_HREDRAW` in this scope [INFO] [stdout] --> src/lib.rs:1009:23 [INFO] [stdout] | [INFO] [stdout] 1009 | wndclassw.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PFD_SUPPORT_OPENGL` in this scope [INFO] [stdout] --> src/lib.rs:1129:40 [INFO] [stdout] | [INFO] [stdout] 1129 | pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_VREDRAW` in this scope [INFO] [stdout] --> src/lib.rs:1009:36 [INFO] [stdout] | [INFO] [stdout] 1009 | wndclassw.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_OWNDC` in this scope [INFO] [stdout] --> src/lib.rs:1009:49 [INFO] [stdout] | [INFO] [stdout] 1009 | wndclassw.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PFD_DOUBLEBUFFER` in this scope [INFO] [stdout] --> src/lib.rs:1129:61 [INFO] [stdout] | [INFO] [stdout] 1129 | pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `GL_DOUBLEBUFFER` [INFO] [stdout] | [INFO] [stdout] ::: src/gl.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | pub const GL_DOUBLEBUFFER: u32 = 3122; [INFO] [stdout] | -------------------------------------- similarly named constant `GL_DOUBLEBUFFER` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/lib.rs:1011:27 [INFO] [stdout] | [INFO] [stdout] 1011 | wndclassw.hInstance = GetModuleHandleW(NULL as _); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PFD_TYPE_RGBA` in this scope [INFO] [stdout] --> src/lib.rs:1130:22 [INFO] [stdout] | [INFO] [stdout] 1130 | pfd.iPixelType = PFD_TYPE_RGBA; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetPixelFormat` in this scope [INFO] [stdout] --> src/lib.rs:1132:8 [INFO] [stdout] | [INFO] [stdout] 1132 | if SetPixelFormat( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1011:44 [INFO] [stdout] | [INFO] [stdout] 1011 | wndclassw.hInstance = GetModuleHandleW(NULL as _); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ChoosePixelFormat` in this scope [INFO] [stdout] --> src/lib.rs:1134:9 [INFO] [stdout] | [INFO] [stdout] 1134 | ChoosePixelFormat(_sapp_win32_msg_dc, &pfd), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadCursorW` in this scope [INFO] [stdout] --> src/lib.rs:1012:25 [INFO] [stdout] | [INFO] [stdout] 1012 | wndclassw.hCursor = LoadCursorW(NULL as _, IDC_ARROW); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PIXELFORMATDESCRIPTOR` in this scope [INFO] [stdout] --> src/lib.rs:1366:18 [INFO] [stdout] | [INFO] [stdout] 1366 | let mut pfd: PIXELFORMATDESCRIPTOR = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1012:37 [INFO] [stdout] | [INFO] [stdout] 1012 | wndclassw.hCursor = LoadCursorW(NULL as _, IDC_ARROW); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DescribePixelFormat` in this scope [INFO] [stdout] --> src/lib.rs:1367:8 [INFO] [stdout] | [INFO] [stdout] 1367 | if DescribePixelFormat( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IDC_ARROW` in this scope [INFO] [stdout] --> src/lib.rs:1012:48 [INFO] [stdout] | [INFO] [stdout] 1012 | wndclassw.hCursor = LoadCursorW(NULL as _, IDC_ARROW); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetPixelFormat` in this scope [INFO] [stdout] --> src/lib.rs:1376:8 [INFO] [stdout] | [INFO] [stdout] 1376 | if SetPixelFormat(_sapp_win32_dc, pixel_format as _, &pfd) == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadIconW` in this scope [INFO] [stdout] --> src/lib.rs:1013:23 [INFO] [stdout] | [INFO] [stdout] 1013 | wndclassw.hIcon = LoadIconW(NULL as _, IDI_WINLOGO); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope [INFO] [stdout] --> src/lib.rs:1403:19 [INFO] [stdout] | [INFO] [stdout] 1403 | let err = GetLastError(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1013:33 [INFO] [stdout] | [INFO] [stdout] 1013 | wndclassw.hIcon = LoadIconW(NULL as _, IDI_WINLOGO); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IDI_WINLOGO` in this scope [INFO] [stdout] --> src/lib.rs:1013:44 [INFO] [stdout] | [INFO] [stdout] 1013 | wndclassw.hIcon = LoadIconW(NULL as _, IDI_WINLOGO); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DestroyWindow` in this scope [INFO] [stdout] --> src/lib.rs:1424:5 [INFO] [stdout] | [INFO] [stdout] 1071 | unsafe fn destroy_window() { [INFO] [stdout] | -------------------------- similarly named function `destroy_window` defined here [INFO] [stdout] ... [INFO] [stdout] 1424 | DestroyWindow(_sapp_win32_msg_hwnd); [INFO] [stdout] | ^^^^^^^^^^^^^ help: a function with a similar name exists: `destroy_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RegisterClassW` in this scope [INFO] [stdout] --> src/lib.rs:1016:5 [INFO] [stdout] | [INFO] [stdout] 1016 | RegisterClassW(&wndclassw); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FreeLibrary` in this scope [INFO] [stdout] --> src/lib.rs:1426:5 [INFO] [stdout] | [INFO] [stdout] 1426 | FreeLibrary(_sapp_opengl32); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/lib.rs:1018:20 [INFO] [stdout] | [INFO] [stdout] 1018 | let win_style: DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryA` in this scope [INFO] [stdout] --> src/lib.rs:1431:22 [INFO] [stdout] | [INFO] [stdout] 1431 | _sapp_opengl32 = LoadLibraryA(b"opengl32.dll\0".as_ptr() as *const _); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/lib.rs:1019:23 [INFO] [stdout] | [INFO] [stdout] 1019 | let win_ex_style: DWORD = WS_EX_APPWINDOW | WS_EX_WINDOWEDGE; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in this scope [INFO] [stdout] --> src/lib.rs:1453:28 [INFO] [stdout] | [INFO] [stdout] 1453 | _sapp_win32_msg_hwnd = CreateWindowExW( [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_APPWINDOW` in this scope [INFO] [stdout] --> src/lib.rs:1019:31 [INFO] [stdout] | [INFO] [stdout] 1019 | let win_ex_style: DWORD = WS_EX_APPWINDOW | WS_EX_WINDOWEDGE; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_OVERLAPPEDWINDOW` in this scope [INFO] [stdout] --> src/lib.rs:1454:9 [INFO] [stdout] | [INFO] [stdout] 1454 | WS_EX_OVERLAPPEDWINDOW, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_WINDOWEDGE` in this scope [INFO] [stdout] --> src/lib.rs:1019:49 [INFO] [stdout] | [INFO] [stdout] 1019 | let win_ex_style: DWORD = WS_EX_APPWINDOW | WS_EX_WINDOWEDGE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPSIBLINGS` in this scope [INFO] [stdout] --> src/lib.rs:1457:9 [INFO] [stdout] | [INFO] [stdout] 1457 | WS_CLIPSIBLINGS | WS_CLIPCHILDREN, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `RECT` in this scope [INFO] [stdout] --> src/lib.rs:1020:20 [INFO] [stdout] | [INFO] [stdout] 1020 | let mut rect = RECT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPCHILDREN` in this scope [INFO] [stdout] --> src/lib.rs:1457:27 [INFO] [stdout] | [INFO] [stdout] 1457 | WS_CLIPSIBLINGS | WS_CLIPCHILDREN, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_POPUP` in this scope [INFO] [stdout] --> src/lib.rs:1027:21 [INFO] [stdout] | [INFO] [stdout] 1027 | win_style = WS_POPUP | WS_SYSMENU | WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1462:9 [INFO] [stdout] | [INFO] [stdout] 1462 | NULL as _, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1463:9 [INFO] [stdout] | [INFO] [stdout] 1463 | NULL as _, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_SYSMENU` in this scope [INFO] [stdout] --> src/lib.rs:1027:32 [INFO] [stdout] | [INFO] [stdout] 1027 | win_style = WS_POPUP | WS_SYSMENU | WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/lib.rs:1027:45 [INFO] [stdout] | [INFO] [stdout] 1027 | win_style = WS_POPUP | WS_SYSMENU | WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/lib.rs:1464:9 [INFO] [stdout] | [INFO] [stdout] 1464 | GetModuleHandleW(NULL as _), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1464:26 [INFO] [stdout] | [INFO] [stdout] 1464 | GetModuleHandleW(NULL as _), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetSystemMetrics` in this scope [INFO] [stdout] --> src/lib.rs:1028:22 [INFO] [stdout] | [INFO] [stdout] 1028 | rect.right = GetSystemMetrics(SM_CXSCREEN); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1465:9 [INFO] [stdout] | [INFO] [stdout] 1465 | NULL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SM_CXSCREEN` in this scope [INFO] [stdout] --> src/lib.rs:1028:39 [INFO] [stdout] | [INFO] [stdout] 1028 | rect.right = GetSystemMetrics(SM_CXSCREEN); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ShowWindow` in this scope [INFO] [stdout] --> src/lib.rs:1471:5 [INFO] [stdout] | [INFO] [stdout] 1471 | ShowWindow(_sapp_win32_msg_hwnd, SW_HIDE); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetSystemMetrics` in this scope [INFO] [stdout] --> src/lib.rs:1029:23 [INFO] [stdout] | [INFO] [stdout] 1029 | rect.bottom = GetSystemMetrics(SM_CYSCREEN); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SW_HIDE` in this scope [INFO] [stdout] --> src/lib.rs:1471:38 [INFO] [stdout] | [INFO] [stdout] 1471 | ShowWindow(_sapp_win32_msg_hwnd, SW_HIDE); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SM_CYSCREEN` in this scope [INFO] [stdout] --> src/lib.rs:1029:40 [INFO] [stdout] | [INFO] [stdout] 1029 | rect.bottom = GetSystemMetrics(SM_CYSCREEN); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PeekMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1473:11 [INFO] [stdout] | [INFO] [stdout] 1473 | while PeekMessageW(&mut msg as _, _sapp_win32_msg_hwnd, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPSIBLINGS` in this scope [INFO] [stdout] --> src/lib.rs:1031:21 [INFO] [stdout] | [INFO] [stdout] 1031 | win_style = WS_CLIPSIBLINGS [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PM_REMOVE` in this scope [INFO] [stdout] --> src/lib.rs:1473:67 [INFO] [stdout] | [INFO] [stdout] 1473 | while PeekMessageW(&mut msg as _, _sapp_win32_msg_hwnd, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPCHILDREN` in this scope [INFO] [stdout] --> src/lib.rs:1032:15 [INFO] [stdout] | [INFO] [stdout] 1032 | | WS_CLIPCHILDREN [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope [INFO] [stdout] --> src/lib.rs:1474:9 [INFO] [stdout] | [INFO] [stdout] 1474 | TranslateMessage(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1475:9 [INFO] [stdout] | [INFO] [stdout] 1475 | DispatchMessageW(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CAPTION` in this scope [INFO] [stdout] --> src/lib.rs:1033:15 [INFO] [stdout] | [INFO] [stdout] 1033 | | WS_CAPTION [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/lib.rs:1477:26 [INFO] [stdout] | [INFO] [stdout] 1477 | _sapp_win32_msg_dc = GetDC(_sapp_win32_msg_hwnd); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_SYSMENU` in this scope [INFO] [stdout] --> src/lib.rs:1034:15 [INFO] [stdout] | [INFO] [stdout] 1034 | | WS_SYSMENU [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SwapBuffers` in this scope [INFO] [stdout] --> src/lib.rs:1487:5 [INFO] [stdout] | [INFO] [stdout] 1487 | SwapBuffers(_sapp_win32_dc); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MINIMIZEBOX` in this scope [INFO] [stdout] --> src/lib.rs:1035:15 [INFO] [stdout] | [INFO] [stdout] 1035 | | WS_MINIMIZEBOX [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MSG` in this scope [INFO] [stdout] --> src/lib.rs:1512:22 [INFO] [stdout] | [INFO] [stdout] 1512 | let mut msg: MSG = std::mem::zeroed(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MAXIMIZEBOX` in this scope [INFO] [stdout] --> src/lib.rs:1036:15 [INFO] [stdout] | [INFO] [stdout] 1036 | | WS_MAXIMIZEBOX [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PeekMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1513:15 [INFO] [stdout] | [INFO] [stdout] 1513 | while PeekMessageW(&mut msg as *mut _ as _, NULL as _, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1513:53 [INFO] [stdout] | [INFO] [stdout] 1513 | while PeekMessageW(&mut msg as *mut _ as _, NULL as _, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_SIZEBOX` in this scope [INFO] [stdout] --> src/lib.rs:1037:15 [INFO] [stdout] | [INFO] [stdout] 1037 | | WS_SIZEBOX; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PM_REMOVE` in this scope [INFO] [stdout] --> src/lib.rs:1513:70 [INFO] [stdout] | [INFO] [stdout] 1513 | while PeekMessageW(&mut msg as *mut _ as _, NULL as _, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AdjustWindowRectEx` in this scope [INFO] [stdout] --> src/lib.rs:1041:5 [INFO] [stdout] | [INFO] [stdout] 1041 | AdjustWindowRectEx(&rect as *const _ as _, win_style, false as _, win_ex_style); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_QUIT` in this scope [INFO] [stdout] --> src/lib.rs:1514:16 [INFO] [stdout] | [INFO] [stdout] 1514 | if WM_QUIT == msg.message { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in this scope [INFO] [stdout] --> src/lib.rs:1048:24 [INFO] [stdout] | [INFO] [stdout] 1048 | _sapp_win32_hwnd = CreateWindowExW( [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope [INFO] [stdout] --> src/lib.rs:1518:17 [INFO] [stdout] | [INFO] [stdout] 1518 | TranslateMessage(&mut msg as *mut _ as _); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CW_USEDEFAULT` in this scope [INFO] [stdout] --> src/lib.rs:1053:9 [INFO] [stdout] | [INFO] [stdout] 1053 | CW_USEDEFAULT, // X [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1519:17 [INFO] [stdout] | [INFO] [stdout] 1519 | DispatchMessageW(&mut msg as *mut _ as _); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CW_USEDEFAULT` in this scope [INFO] [stdout] --> src/lib.rs:1054:9 [INFO] [stdout] | [INFO] [stdout] 1054 | CW_USEDEFAULT, // Y [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PostMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1529:13 [INFO] [stdout] | [INFO] [stdout] 1529 | PostMessageW(_sapp_win32_hwnd, WM_CLOSE, 0, 0); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1057:9 [INFO] [stdout] | [INFO] [stdout] 1057 | NULL as _, // hWndParent [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_CLOSE` in this scope [INFO] [stdout] --> src/lib.rs:1529:44 [INFO] [stdout] | [INFO] [stdout] 1529 | PostMessageW(_sapp_win32_hwnd, WM_CLOSE, 0, 0); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1058:9 [INFO] [stdout] | [INFO] [stdout] 1058 | NULL as _, // hMenu [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/lib.rs:1059:9 [INFO] [stdout] | [INFO] [stdout] 1059 | GetModuleHandleW(NULL as _), // hInstance [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1059:26 [INFO] [stdout] | [INFO] [stdout] 1059 | GetModuleHandleW(NULL as _), // hInstance [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1060:9 [INFO] [stdout] | [INFO] [stdout] 1060 | NULL as _, // lParam [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ShowWindow` in this scope [INFO] [stdout] --> src/lib.rs:1063:5 [INFO] [stdout] | [INFO] [stdout] 1063 | ShowWindow(_sapp_win32_hwnd, SW_SHOW); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SW_SHOW` in this scope [INFO] [stdout] --> src/lib.rs:1063:34 [INFO] [stdout] | [INFO] [stdout] 1063 | ShowWindow(_sapp_win32_hwnd, SW_SHOW); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/lib.rs:1065:14 [INFO] [stdout] | [INFO] [stdout] 1065 | let dc = GetDC(_sapp_win32_hwnd); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DestroyWindow` in this scope [INFO] [stdout] --> src/lib.rs:1072:5 [INFO] [stdout] | [INFO] [stdout] 1072 | DestroyWindow(_sapp_win32_hwnd); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnregisterClassW` in this scope [INFO] [stdout] --> src/lib.rs:1077:5 [INFO] [stdout] | [INFO] [stdout] 1077 | UnregisterClassW(class_name.as_mut_ptr() as _, GetModuleHandleW(NULL as _)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/lib.rs:1077:52 [INFO] [stdout] | [INFO] [stdout] 1077 | UnregisterClassW(class_name.as_mut_ptr() as _, GetModuleHandleW(NULL as _)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1077:69 [INFO] [stdout] | [INFO] [stdout] 1077 | UnregisterClassW(class_name.as_mut_ptr() as _, GetModuleHandleW(NULL as _)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/lib.rs:1080:36 [INFO] [stdout] | [INFO] [stdout] 1080 | unsafe fn get_proc_address(lib: HINSTANCE, proc: &[u8]) -> Option { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope [INFO] [stdout] --> src/lib.rs:1081:16 [INFO] [stdout] | [INFO] [stdout] 1081 | let proc = GetProcAddress(lib, proc.as_ptr() as *const _); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PIXELFORMATDESCRIPTOR` in this scope [INFO] [stdout] --> src/lib.rs:1126:18 [INFO] [stdout] | [INFO] [stdout] 1126 | let mut pfd: PIXELFORMATDESCRIPTOR = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PFD_DRAW_TO_WINDOW` in this scope [INFO] [stdout] --> src/lib.rs:1129:19 [INFO] [stdout] | [INFO] [stdout] 1129 | pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PFD_SUPPORT_OPENGL` in this scope [INFO] [stdout] --> src/lib.rs:1129:40 [INFO] [stdout] | [INFO] [stdout] 1129 | pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PFD_DOUBLEBUFFER` in this scope [INFO] [stdout] --> src/lib.rs:1129:61 [INFO] [stdout] | [INFO] [stdout] 1129 | pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `GL_DOUBLEBUFFER` [INFO] [stdout] | [INFO] [stdout] ::: src/gl.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | pub const GL_DOUBLEBUFFER: u32 = 3122; [INFO] [stdout] | -------------------------------------- similarly named constant `GL_DOUBLEBUFFER` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PFD_TYPE_RGBA` in this scope [INFO] [stdout] --> src/lib.rs:1130:22 [INFO] [stdout] | [INFO] [stdout] 1130 | pfd.iPixelType = PFD_TYPE_RGBA; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetPixelFormat` in this scope [INFO] [stdout] --> src/lib.rs:1132:8 [INFO] [stdout] | [INFO] [stdout] 1132 | if SetPixelFormat( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ChoosePixelFormat` in this scope [INFO] [stdout] --> src/lib.rs:1134:9 [INFO] [stdout] | [INFO] [stdout] 1134 | ChoosePixelFormat(_sapp_win32_msg_dc, &pfd), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PIXELFORMATDESCRIPTOR` in this scope [INFO] [stdout] --> src/lib.rs:1366:18 [INFO] [stdout] | [INFO] [stdout] 1366 | let mut pfd: PIXELFORMATDESCRIPTOR = std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DescribePixelFormat` in this scope [INFO] [stdout] --> src/lib.rs:1367:8 [INFO] [stdout] | [INFO] [stdout] 1367 | if DescribePixelFormat( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetPixelFormat` in this scope [INFO] [stdout] --> src/lib.rs:1376:8 [INFO] [stdout] | [INFO] [stdout] 1376 | if SetPixelFormat(_sapp_win32_dc, pixel_format as _, &pfd) == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope [INFO] [stdout] --> src/lib.rs:1403:19 [INFO] [stdout] | [INFO] [stdout] 1403 | let err = GetLastError(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DestroyWindow` in this scope [INFO] [stdout] --> src/lib.rs:1424:5 [INFO] [stdout] | [INFO] [stdout] 1071 | unsafe fn destroy_window() { [INFO] [stdout] | -------------------------- similarly named function `destroy_window` defined here [INFO] [stdout] ... [INFO] [stdout] 1424 | DestroyWindow(_sapp_win32_msg_hwnd); [INFO] [stdout] | ^^^^^^^^^^^^^ help: a function with a similar name exists: `destroy_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FreeLibrary` in this scope [INFO] [stdout] --> src/lib.rs:1426:5 [INFO] [stdout] | [INFO] [stdout] 1426 | FreeLibrary(_sapp_opengl32); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryA` in this scope [INFO] [stdout] --> src/lib.rs:1431:22 [INFO] [stdout] | [INFO] [stdout] 1431 | _sapp_opengl32 = LoadLibraryA(b"opengl32.dll\0".as_ptr() as *const _); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in this scope [INFO] [stdout] --> src/lib.rs:1453:28 [INFO] [stdout] | [INFO] [stdout] 1453 | _sapp_win32_msg_hwnd = CreateWindowExW( [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_OVERLAPPEDWINDOW` in this scope [INFO] [stdout] --> src/lib.rs:1454:9 [INFO] [stdout] | [INFO] [stdout] 1454 | WS_EX_OVERLAPPEDWINDOW, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPSIBLINGS` in this scope [INFO] [stdout] --> src/lib.rs:1457:9 [INFO] [stdout] | [INFO] [stdout] 1457 | WS_CLIPSIBLINGS | WS_CLIPCHILDREN, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPCHILDREN` in this scope [INFO] [stdout] --> src/lib.rs:1457:27 [INFO] [stdout] | [INFO] [stdout] 1457 | WS_CLIPSIBLINGS | WS_CLIPCHILDREN, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1462:9 [INFO] [stdout] | [INFO] [stdout] 1462 | NULL as _, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1463:9 [INFO] [stdout] | [INFO] [stdout] 1463 | NULL as _, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/lib.rs:1464:9 [INFO] [stdout] | [INFO] [stdout] 1464 | GetModuleHandleW(NULL as _), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1464:26 [INFO] [stdout] | [INFO] [stdout] 1464 | GetModuleHandleW(NULL as _), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1465:9 [INFO] [stdout] | [INFO] [stdout] 1465 | NULL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ShowWindow` in this scope [INFO] [stdout] --> src/lib.rs:1471:5 [INFO] [stdout] | [INFO] [stdout] 1471 | ShowWindow(_sapp_win32_msg_hwnd, SW_HIDE); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SW_HIDE` in this scope [INFO] [stdout] --> src/lib.rs:1471:38 [INFO] [stdout] | [INFO] [stdout] 1471 | ShowWindow(_sapp_win32_msg_hwnd, SW_HIDE); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PeekMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1473:11 [INFO] [stdout] | [INFO] [stdout] 1473 | while PeekMessageW(&mut msg as _, _sapp_win32_msg_hwnd, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PM_REMOVE` in this scope [INFO] [stdout] --> src/lib.rs:1473:67 [INFO] [stdout] | [INFO] [stdout] 1473 | while PeekMessageW(&mut msg as _, _sapp_win32_msg_hwnd, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope [INFO] [stdout] --> src/lib.rs:1474:9 [INFO] [stdout] | [INFO] [stdout] 1474 | TranslateMessage(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1475:9 [INFO] [stdout] | [INFO] [stdout] 1475 | DispatchMessageW(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/lib.rs:1477:26 [INFO] [stdout] | [INFO] [stdout] 1477 | _sapp_win32_msg_dc = GetDC(_sapp_win32_msg_hwnd); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SwapBuffers` in this scope [INFO] [stdout] --> src/lib.rs:1487:5 [INFO] [stdout] | [INFO] [stdout] 1487 | SwapBuffers(_sapp_win32_dc); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MSG` in this scope [INFO] [stdout] --> src/lib.rs:1512:22 [INFO] [stdout] | [INFO] [stdout] 1512 | let mut msg: MSG = std::mem::zeroed(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PeekMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1513:15 [INFO] [stdout] | [INFO] [stdout] 1513 | while PeekMessageW(&mut msg as *mut _ as _, NULL as _, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/lib.rs:1513:53 [INFO] [stdout] | [INFO] [stdout] 1513 | while PeekMessageW(&mut msg as *mut _ as _, NULL as _, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PM_REMOVE` in this scope [INFO] [stdout] --> src/lib.rs:1513:70 [INFO] [stdout] | [INFO] [stdout] 1513 | while PeekMessageW(&mut msg as *mut _ as _, NULL as _, 0, 0, PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_QUIT` in this scope [INFO] [stdout] --> src/lib.rs:1514:16 [INFO] [stdout] | [INFO] [stdout] 1514 | if WM_QUIT == msg.message { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope [INFO] [stdout] --> src/lib.rs:1518:17 [INFO] [stdout] | [INFO] [stdout] 1518 | TranslateMessage(&mut msg as *mut _ as _); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1519:17 [INFO] [stdout] | [INFO] [stdout] 1519 | DispatchMessageW(&mut msg as *mut _ as _); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PostMessageW` in this scope [INFO] [stdout] --> src/lib.rs:1529:13 [INFO] [stdout] | [INFO] [stdout] 1529 | PostMessageW(_sapp_win32_hwnd, WM_CLOSE, 0, 0); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_CLOSE` in this scope [INFO] [stdout] --> src/lib.rs:1529:44 [INFO] [stdout] | [INFO] [stdout] 1529 | PostMessageW(_sapp_win32_hwnd, WM_CLOSE, 0, 0); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 196 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0408, E0412, E0422, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0408`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 196 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0408, E0412, E0422, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0408`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sapp-windows` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "036f6bd2b7941b8dd5a03937e9618d62a5ed8a53ad510f2f7ecb64f400f9bcc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "036f6bd2b7941b8dd5a03937e9618d62a5ed8a53ad510f2f7ecb64f400f9bcc4", kill_on_drop: false }` [INFO] [stdout] 036f6bd2b7941b8dd5a03937e9618d62a5ed8a53ad510f2f7ecb64f400f9bcc4