[INFO] fetching crate winamp-sys 0.1.1... [INFO] checking winamp-sys-0.1.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate winamp-sys 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate winamp-sys 0.1.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config [INFO] started tweaking crates.io crate winamp-sys 0.1.1 [INFO] finished tweaking crates.io crate winamp-sys 0.1.1 [INFO] tweaked toml for crates.io crate winamp-sys 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 494dc92b4f1793f967323a37cd9af9bb223a00510477399a27bf382534a5f3ae [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" "494dc92b4f1793f967323a37cd9af9bb223a00510477399a27bf382534a5f3ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "494dc92b4f1793f967323a37cd9af9bb223a00510477399a27bf382534a5f3ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "494dc92b4f1793f967323a37cd9af9bb223a00510477399a27bf382534a5f3ae", kill_on_drop: false }` [INFO] [stdout] 494dc92b4f1793f967323a37cd9af9bb223a00510477399a27bf382534a5f3ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1c1e463571729ee1889e2ab1a2bccdfcd93af7db2fd96c533d70edfeda476d8 [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" "c1c1e463571729ee1889e2ab1a2bccdfcd93af7db2fd96c533d70edfeda476d8", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Checking winamp-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: The only supported platform is Windows 32-bit [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | compile_error!("The only supported platform is Windows 32-bit"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: The only supported platform is Windows 32-bit [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | compile_error!("The only supported platform is Windows 32-bit"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/wa_ipc.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/wa_ipc.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/wa_ipc.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::windef::*; [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/wa_ipc.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::winuser::{SendMessageW, WM_USER}; [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/wa_ipc.rs:311:17 [INFO] [stdout] | [INFO] [stdout] 311 | use winapi::shared::windef::*; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/wa_ipc.rs:551:17 [INFO] [stdout] | [INFO] [stdout] 551 | use winapi::shared::windef::*; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/wa_ipc.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/wa_ipc.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/wa_ipc.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::windef::*; [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/wa_ipc.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::winuser::{SendMessageW, WM_USER}; [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/wa_ipc.rs:311:17 [INFO] [stdout] | [INFO] [stdout] 311 | use winapi::shared::windef::*; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/wa_ipc.rs:551:17 [INFO] [stdout] | [INFO] [stdout] 551 | use winapi::shared::windef::*; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/wa_ipc.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | pub const WM_WA_IPC: UINT = WM_USER; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/wa_ipc.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | pub const WM_WA_IPC: UINT = WM_USER; [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/wa_ipc.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | pub const IPC_GETVERSION: 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/wa_ipc.rs:21:33 [INFO] [stdout] | [INFO] [stdout] 21 | pub const IPC_GETVERSIONSTRING: UINT = 1; [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/wa_ipc.rs:22:37 [INFO] [stdout] | [INFO] [stdout] 22 | pub const IPC_GETREGISTEREDVERSION: UINT = 770; [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/wa_ipc.rs:40:25 [INFO] [stdout] | [INFO] [stdout] 40 | pub const IPC_PLAYFILE: UINT = 100; [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/wa_ipc.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | pub const IPC_ENQUEUEFILE: UINT = 100; [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/wa_ipc.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | pub const IPC_PLAYFILEW: UINT = 1100; [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/wa_ipc.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | pub const IPC_ENQUEUEFILEW: UINT = 1100; [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/wa_ipc.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | pub const IPC_DELETE: UINT = 101; [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/wa_ipc.rs:45:27 [INFO] [stdout] | [INFO] [stdout] 45 | pub const IPC_DELETE_INT: UINT = 1101; [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/wa_ipc.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | pub const IPC_STARTPLAY: UINT = 102; [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/wa_ipc.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | pub const IPC_STARTPLAY_INT: UINT = 1102; [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/wa_ipc.rs:48:26 [INFO] [stdout] | [INFO] [stdout] 48 | pub const IPC_IPC_CHDIR: UINT = 103; [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/wa_ipc.rs:49:26 [INFO] [stdout] | [INFO] [stdout] 49 | pub const IPC_ISPLAYING: UINT = 104; [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/wa_ipc.rs:50:30 [INFO] [stdout] | [INFO] [stdout] 50 | pub const IPC_GETOUTPUTTIME: UINT = 105; [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/wa_ipc.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | pub const IPC_JUMPTOTIME: UINT = 106; [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/wa_ipc.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | pub const IPC_GETMODULENAME: UINT = 109; [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/wa_ipc.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | pub const IPC_EX_ISRIGHTEXE: UINT = 666; [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/wa_ipc.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | pub const IPC_WRITEPLAYLIST: UINT = 120; [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/wa_ipc.rs:55:31 [INFO] [stdout] | [INFO] [stdout] 55 | pub const IPC_SETPLAYLISTPOS: UINT = 121; [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/wa_ipc.rs:56:26 [INFO] [stdout] | [INFO] [stdout] 56 | pub const IPC_SETVOLUME: UINT = 122; [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/wa_ipc.rs:59:35 [INFO] [stdout] | [INFO] [stdout] 59 | pub unsafe fn IPC_GETVOLUME(hwnd: HWND) -> LRESULT { [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/wa_ipc.rs:59:44 [INFO] [stdout] | [INFO] [stdout] 59 | pub unsafe fn IPC_GETVOLUME(hwnd: HWND) -> LRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SendMessageW` in this scope [INFO] [stdout] --> src/wa_ipc.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | SendMessageW(hwnd, WM_WA_IPC, -666_isize as _, IPC_SETVOLUME 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/wa_ipc.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | pub const IPC_SETPANNING: UINT = 123; [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/wa_ipc.rs:64:30 [INFO] [stdout] | [INFO] [stdout] 64 | pub const IPC_GETLISTLENGTH: UINT = 124; [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/wa_ipc.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | pub const IPC_GETLISTPOS: UINT = 125; [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/wa_ipc.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | pub const IPC_GETINFO: UINT = 126; [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/wa_ipc.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | pub const IPC_GETEQDATA: UINT = 127; [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/wa_ipc.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | pub const IPC_SETEQDATA: UINT = 128; [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/wa_ipc.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | pub const IPC_ADDBOOKMARK: UINT = 129; [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/wa_ipc.rs:70:29 [INFO] [stdout] | [INFO] [stdout] 70 | pub const IPC_ADDBOOKMARKW: UINT = 131; [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/wa_ipc.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub const IPC_INSTALLPLUGIN: UINT = 130; [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/wa_ipc.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | pub const IPC_RESTARTWINAMP: UINT = 135; [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/wa_ipc.rs:73:27 [INFO] [stdout] | [INFO] [stdout] 73 | pub const IPC_ISFULLSTOP: UINT = 400; [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/wa_ipc.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | pub const IPC_INETAVAILABLE: UINT = 242; [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/wa_ipc.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | pub const IPC_UPDTITLE: UINT = 243; [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/wa_ipc.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | pub const IPC_REFRESHPLCACHE: UINT = 247; [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/wa_ipc.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | pub const IPC_GET_SHUFFLE: UINT = 250; [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/wa_ipc.rs:78:27 [INFO] [stdout] | [INFO] [stdout] 78 | pub const IPC_GET_REPEAT: UINT = 251; [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/wa_ipc.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 79 | pub const IPC_SET_SHUFFLE: UINT = 252; [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/wa_ipc.rs:80:27 [INFO] [stdout] | [INFO] [stdout] 80 | pub const IPC_SET_REPEAT: UINT = 253; [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/wa_ipc.rs:81:42 [INFO] [stdout] | [INFO] [stdout] 81 | pub const IPC_ENABLEDISABLE_ALL_WINDOWS: UINT = 259; [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/wa_ipc.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | pub const IPC_GETWND: UINT = 260; [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/wa_ipc.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | pub const IPC_GETWND_EQ: 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/wa_ipc.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | pub const IPC_GETWND_PE: UINT = 1; [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/wa_ipc.rs:85:26 [INFO] [stdout] | [INFO] [stdout] 85 | pub const IPC_GETWND_MB: UINT = 2; [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/wa_ipc.rs:86:29 [INFO] [stdout] | [INFO] [stdout] 86 | pub const IPC_GETWND_VIDEO: UINT = 3; [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/wa_ipc.rs:87:29 [INFO] [stdout] | [INFO] [stdout] 87 | pub const IPC_ISWNDVISIBLE: UINT = 261; [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/wa_ipc.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub const IPC_SETSKINW: UINT = 199; [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/wa_ipc.rs:89:24 [INFO] [stdout] | [INFO] [stdout] 89 | pub const IPC_SETSKIN: UINT = 200; [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/wa_ipc.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 90 | pub const IPC_GETSKIN: UINT = 201; [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/wa_ipc.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | pub const IPC_GETSKINW: UINT = 1201; [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/wa_ipc.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 92 | pub const IPC_EXECPLUG: UINT = 202; [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/wa_ipc.rs:93:32 [INFO] [stdout] | [INFO] [stdout] 93 | pub const IPC_GETPLAYLISTFILE: UINT = 211; [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/wa_ipc.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | pub const IPC_GETPLAYLISTFILEW: UINT = 214; [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/wa_ipc.rs:95:33 [INFO] [stdout] | [INFO] [stdout] 95 | pub const IPC_GETPLAYLISTTITLE: UINT = 212; [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/wa_ipc.rs:96:34 [INFO] [stdout] | [INFO] [stdout] 96 | pub const IPC_GETPLAYLISTTITLEW: UINT = 213; [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/wa_ipc.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | pub const IPC_GETHTTPGETTER: UINT = 240; [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/wa_ipc.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | pub const IPC_GETHTTPGETTERW: UINT = 1240; [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/wa_ipc.rs:99:23 [INFO] [stdout] | [INFO] [stdout] 99 | pub const IPC_MBOPEN: UINT = 241; [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/wa_ipc.rs:100:34 [INFO] [stdout] | [INFO] [stdout] 100 | pub const IPC_CHANGECURRENTFILE: UINT = 245; [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/wa_ipc.rs:101:35 [INFO] [stdout] | [INFO] [stdout] 101 | pub const IPC_CHANGECURRENTFILEW: UINT = 1245; [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/wa_ipc.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | pub const IPC_GETMBURL: UINT = 246; [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/wa_ipc.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | pub const IPC_MBBLOCK: UINT = 248; [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/wa_ipc.rs:104:27 [INFO] [stdout] | [INFO] [stdout] 104 | pub const IPC_MBOPENREAL: UINT = 249; [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/wa_ipc.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | pub const IPC_ADJUST_OPTIONSMENUPOS: UINT = 280; [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/wa_ipc.rs:106:26 [INFO] [stdout] | [INFO] [stdout] 106 | pub const IPC_GET_HMENU: UINT = 281; [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/wa_ipc.rs:107:39 [INFO] [stdout] | [INFO] [stdout] 107 | pub const IPC_GET_EXTENDED_FILE_INFO: UINT = 290; [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/wa_ipc.rs:108:48 [INFO] [stdout] | [INFO] [stdout] 108 | pub const IPC_GET_EXTENDED_FILE_INFO_HOOKABLE: UINT = 296; [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/wa_ipc.rs:119:36 [INFO] [stdout] | [INFO] [stdout] 119 | pub const IPC_GET_BASIC_FILE_INFO: UINT = 291; [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/wa_ipc.rs:131:37 [INFO] [stdout] | [INFO] [stdout] 131 | pub const IPC_GET_BASIC_FILE_INFOW: UINT = 1291; [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/wa_ipc.rs:142:28 [INFO] [stdout] | [INFO] [stdout] 142 | pub const IPC_GET_EXTLIST: UINT = 292; [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/wa_ipc.rs:143:29 [INFO] [stdout] | [INFO] [stdout] 143 | pub const IPC_GET_EXTLISTW: UINT = 1292; [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/wa_ipc.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | pub const IPC_INFOBOX: UINT = 293; [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/wa_ipc.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | pub parent: 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/wa_ipc.rs:153:39 [INFO] [stdout] | [INFO] [stdout] 153 | pub const IPC_SET_EXTENDED_FILE_INFO: UINT = 294; [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/wa_ipc.rs:154:41 [INFO] [stdout] | [INFO] [stdout] 154 | pub const IPC_WRITE_EXTENDED_FILE_INFO: UINT = 295; [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/wa_ipc.rs:155:29 [INFO] [stdout] | [INFO] [stdout] 155 | pub const IPC_FORMAT_TITLE: UINT = 297; [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/wa_ipc.rs:168:38 [INFO] [stdout] | [INFO] [stdout] 168 | pub const IPC_FORMAT_TITLE_EXTENDED: UINT = 298; [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/wa_ipc.rs:183:40 [INFO] [stdout] | [INFO] [stdout] 183 | pub const IPC_COPY_EXTENDED_FILE_INFO: UINT = 299; [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/wa_ipc.rs:192:41 [INFO] [stdout] | [INFO] [stdout] 192 | pub const IPC_COPY_EXTENDED_FILE_INFOW: UINT = 1299; [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/wa_ipc.rs:215:39 [INFO] [stdout] | [INFO] [stdout] 215 | pub const IPC_GETUNCOMPRESSINTERFACE: UINT = 331; [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/wa_ipc.rs:220:16 [INFO] [stdout] | [INFO] [stdout] 220 | pub hInst: HINSTANCE, [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/wa_ipc.rs:232:16 [INFO] [stdout] | [INFO] [stdout] 232 | pub hInst: HINSTANCE, [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/wa_ipc.rs:241:30 [INFO] [stdout] | [INFO] [stdout] 241 | pub const IPC_ADD_PREFS_DLG: UINT = 332; [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/wa_ipc.rs:242:31 [INFO] [stdout] | [INFO] [stdout] 242 | pub const IPC_ADD_PREFS_DLGW: UINT = 1332; [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/wa_ipc.rs:243:33 [INFO] [stdout] | [INFO] [stdout] 243 | pub const IPC_REMOVE_PREFS_DLG: UINT = 333; [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/wa_ipc.rs:244:32 [INFO] [stdout] | [INFO] [stdout] 244 | pub const IPC_OPENPREFSTOPAGE: UINT = 380; [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/wa_ipc.rs:245:27 [INFO] [stdout] | [INFO] [stdout] 245 | pub const IPC_GETINIFILE: UINT = 334; [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/wa_ipc.rs:246:32 [INFO] [stdout] | [INFO] [stdout] 246 | pub const IPC_GETINIDIRECTORY: UINT = 335; [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/wa_ipc.rs:247:35 [INFO] [stdout] | [INFO] [stdout] 247 | pub const IPC_GETPLUGINDIRECTORY: UINT = 336; [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/wa_ipc.rs:248:32 [INFO] [stdout] | [INFO] [stdout] 248 | pub const IPC_GETM3UDIRECTORY: UINT = 337; [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/wa_ipc.rs:249:33 [INFO] [stdout] | [INFO] [stdout] 249 | pub const IPC_GETM3UDIRECTORYW: UINT = 338; [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/wa_ipc.rs:250:33 [INFO] [stdout] | [INFO] [stdout] 250 | pub const IPC_SPAWNBUTTONPOPUP: UINT = 361; [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/wa_ipc.rs:251:27 [INFO] [stdout] | [INFO] [stdout] 251 | pub const IPC_OPENURLBOX: UINT = 360; [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/wa_ipc.rs:252:28 [INFO] [stdout] | [INFO] [stdout] 252 | pub const IPC_OPENFILEBOX: UINT = 362; [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/wa_ipc.rs:253:27 [INFO] [stdout] | [INFO] [stdout] 253 | pub const IPC_OPENDIRBOX: UINT = 363; [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/wa_ipc.rs:254:35 [INFO] [stdout] | [INFO] [stdout] 254 | pub const IPC_SETDIALOGBOXPARENT: UINT = 364; [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/wa_ipc.rs:255:35 [INFO] [stdout] | [INFO] [stdout] 255 | pub const IPC_GETDIALOGBOXPARENT: UINT = 365; [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/wa_ipc.rs:256:38 [INFO] [stdout] | [INFO] [stdout] 256 | pub const IPC_UPDATEDIALOGBOXPARENT: UINT = 366; [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/wa_ipc.rs:257:24 [INFO] [stdout] | [INFO] [stdout] 257 | pub const IPC_DRO_MIN: UINT = 401; [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/wa_ipc.rs:258:35 [INFO] [stdout] | [INFO] [stdout] 258 | pub const IPC_SET_JTF_COMPARATOR: UINT = 409; [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/wa_ipc.rs:259:37 [INFO] [stdout] | [INFO] [stdout] 259 | pub const IPC_SET_JTF_COMPARATOR_W: UINT = 410; [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/wa_ipc.rs:260:33 [INFO] [stdout] | [INFO] [stdout] 260 | pub const IPC_SET_JTF_DRAWTEXT: UINT = 416; [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/wa_ipc.rs:261:24 [INFO] [stdout] | [INFO] [stdout] 261 | pub const IPC_DRO_MAX: UINT = 499; [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/wa_ipc.rs:262:34 [INFO] [stdout] | [INFO] [stdout] 262 | pub const IPC_GET_GENSKINBITMAP: UINT = 503; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:269:66 [INFO] [stdout] | [INFO] [stdout] 269 | pub unsafe fn SET_EMBED_GUID(state: *mut embedWindowState, guid: GUID) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:271:53 [INFO] [stdout] | [INFO] [stdout] 271 | *(&mut (*state).extra_data[4] as *mut _ as *mut GUID) = guid; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:275:63 [INFO] [stdout] | [INFO] [stdout] 275 | pub unsafe fn GET_EMBED_GUID(state: *mut embedWindowState) -> GUID { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:276:53 [INFO] [stdout] | [INFO] [stdout] 276 | *(&(*state).extra_data[4] as *const _ as *const GUID) [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/wa_ipc.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | pub me: HWND, [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/wa_ipc.rs:284:12 [INFO] [stdout] | [INFO] [stdout] 284 | pub r: 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/wa_ipc.rs:314:17 [INFO] [stdout] | [INFO] [stdout] 314 | pub me: HWND, [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/wa_ipc.rs:316:16 [INFO] [stdout] | [INFO] [stdout] 316 | pub r: RECT, [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/wa_ipc.rs:322:28 [INFO] [stdout] | [INFO] [stdout] 322 | pub const IPC_GET_EMBEDIF: UINT = 505; [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/wa_ipc.rs:323:27 [INFO] [stdout] | [INFO] [stdout] 323 | pub const IPC_SKINWINDOW: UINT = 534; [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/wa_ipc.rs:328:21 [INFO] [stdout] | [INFO] [stdout] 328 | pub hwndToSkin: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:329:21 [INFO] [stdout] | [INFO] [stdout] 329 | pub windowGuid: GUID, [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/wa_ipc.rs:332:27 [INFO] [stdout] | [INFO] [stdout] 332 | pub const IPC_EMBED_ENUM: UINT = 532; [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/wa_ipc.rs:342:30 [INFO] [stdout] | [INFO] [stdout] 342 | pub const IPC_EMBED_ISVALID: UINT = 533; [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/wa_ipc.rs:343:28 [INFO] [stdout] | [INFO] [stdout] 343 | pub const IPC_CONVERTFILE: UINT = 506; [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/wa_ipc.rs:351:23 [INFO] [stdout] | [INFO] [stdout] 351 | pub callbackhwnd: 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/wa_ipc.rs:446:29 [INFO] [stdout] | [INFO] [stdout] 446 | pub const IPC_CONVERTFILEW: UINT = 515; [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/wa_ipc.rs:454:23 [INFO] [stdout] | [INFO] [stdout] 454 | pub callbackhwnd: HWND, [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/wa_ipc.rs:558:27 [INFO] [stdout] | [INFO] [stdout] 558 | pub callbackhwnd: HWND, [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/wa_ipc.rs:572:27 [INFO] [stdout] | [INFO] [stdout] 572 | pub callbackhwnd: 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/wa_ipc.rs:582:32 [INFO] [stdout] | [INFO] [stdout] 582 | pub const IPC_CONVERTFILE_END: UINT = 507; [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/wa_ipc.rs:583:33 [INFO] [stdout] | [INFO] [stdout] 583 | pub const IPC_CONVERTFILEW_END: UINT = 516; [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/wa_ipc.rs:588:21 [INFO] [stdout] | [INFO] [stdout] 588 | pub hwndParent: HWND, [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/wa_ipc.rs:590:21 [INFO] [stdout] | [INFO] [stdout] 590 | pub hwndConfig: 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/wa_ipc.rs:594:31 [INFO] [stdout] | [INFO] [stdout] 594 | pub const IPC_CONVERT_CONFIG: UINT = 508; [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/wa_ipc.rs:595:35 [INFO] [stdout] | [INFO] [stdout] 595 | pub const IPC_CONVERT_CONFIG_END: UINT = 509; [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/wa_ipc.rs:609:24 [INFO] [stdout] | [INFO] [stdout] 609 | pub callback_hwnd: 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/wa_ipc.rs:613:24 [INFO] [stdout] | [INFO] [stdout] 613 | pub const IPC_BURN_CD: UINT = 511; [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/wa_ipc.rs:622:37 [INFO] [stdout] | [INFO] [stdout] 622 | pub const IPC_CONVERT_SET_PRIORITY: UINT = 512; [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/wa_ipc.rs:631:38 [INFO] [stdout] | [INFO] [stdout] 631 | pub const IPC_CONVERT_SET_PRIORITYW: UINT = 517; [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/wa_ipc.rs:643:40 [INFO] [stdout] | [INFO] [stdout] 643 | pub const IPC_CONVERT_CONFIG_SET_ITEM: UINT = 513; [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/wa_ipc.rs:644:40 [INFO] [stdout] | [INFO] [stdout] 644 | pub const IPC_CONVERT_CONFIG_GET_ITEM: UINT = 514; [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/wa_ipc.rs:655:28 [INFO] [stdout] | [INFO] [stdout] 655 | pub const IPC_HOOK_TITLES: UINT = 850; [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/wa_ipc.rs:666:29 [INFO] [stdout] | [INFO] [stdout] 666 | pub const IPC_HOOK_TITLESW: UINT = 851; [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/wa_ipc.rs:667:30 [INFO] [stdout] | [INFO] [stdout] 667 | pub const IPC_GETSADATAFUNC: UINT = 800; [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/wa_ipc.rs:668:30 [INFO] [stdout] | [INFO] [stdout] 668 | pub const IPC_GETVUDATAFUNC: UINT = 801; [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/wa_ipc.rs:669:33 [INFO] [stdout] | [INFO] [stdout] 669 | pub const IPC_ISMAINWNDVISIBLE: UINT = 900; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBITMAP` in this scope [INFO] [stdout] --> src/wa_ipc.rs:676:13 [INFO] [stdout] | [INFO] [stdout] 676 | pub bm: HBITMAP, [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/wa_ipc.rs:679:32 [INFO] [stdout] | [INFO] [stdout] 679 | pub const IPC_SETPLEDITCOLORS: UINT = 920; [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/wa_ipc.rs:684:14 [INFO] [stdout] | [INFO] [stdout] 684 | pub wnd: HWND, [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/wa_ipc.rs:692:14 [INFO] [stdout] | [INFO] [stdout] 692 | pub wnd: 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/wa_ipc.rs:699:34 [INFO] [stdout] | [INFO] [stdout] 699 | pub const IPC_SPAWNEQPRESETMENU: UINT = 933; [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/wa_ipc.rs:700:30 [INFO] [stdout] | [INFO] [stdout] 700 | pub const IPC_SPAWNFILEMENU: UINT = 934; [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/wa_ipc.rs:701:33 [INFO] [stdout] | [INFO] [stdout] 701 | pub const IPC_SPAWNOPTIONSMENU: UINT = 935; [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/wa_ipc.rs:702:33 [INFO] [stdout] | [INFO] [stdout] 702 | pub const IPC_SPAWNWINDOWSMENU: UINT = 936; [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/wa_ipc.rs:703:30 [INFO] [stdout] | [INFO] [stdout] 703 | pub const IPC_SPAWNHELPMENU: UINT = 937; [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/wa_ipc.rs:704:30 [INFO] [stdout] | [INFO] [stdout] 704 | pub const IPC_SPAWNPLAYMENU: UINT = 938; [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/wa_ipc.rs:705:32 [INFO] [stdout] | [INFO] [stdout] 705 | pub const IPC_SPAWNPEFILEMENU: UINT = 939; [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/wa_ipc.rs:706:36 [INFO] [stdout] | [INFO] [stdout] 706 | pub const IPC_SPAWNPEPLAYLISTMENU: UINT = 940; [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/wa_ipc.rs:707:32 [INFO] [stdout] | [INFO] [stdout] 707 | pub const IPC_SPAWNPESORTMENU: UINT = 941; [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/wa_ipc.rs:708:32 [INFO] [stdout] | [INFO] [stdout] 708 | pub const IPC_SPAWNPEHELPMENU: UINT = 942; [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/wa_ipc.rs:709:32 [INFO] [stdout] | [INFO] [stdout] 709 | pub const IPC_SPAWNMLFILEMENU: UINT = 943; [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/wa_ipc.rs:710:32 [INFO] [stdout] | [INFO] [stdout] 710 | pub const IPC_SPAWNMLVIEWMENU: UINT = 944; [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/wa_ipc.rs:711:32 [INFO] [stdout] | [INFO] [stdout] 711 | pub const IPC_SPAWNMLHELPMENU: UINT = 945; [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/wa_ipc.rs:712:39 [INFO] [stdout] | [INFO] [stdout] 712 | pub const IPC_SPAWNPELISTOFPLAYLISTS: UINT = 946; [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/wa_ipc.rs:713:26 [INFO] [stdout] | [INFO] [stdout] 713 | pub const WM_WA_SYSTRAY: UINT = WM_USER + 1; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/wa_ipc.rs:713:33 [INFO] [stdout] | [INFO] [stdout] 713 | pub const WM_WA_SYSTRAY: UINT = WM_USER + 1; [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/wa_ipc.rs:714:27 [INFO] [stdout] | [INFO] [stdout] 714 | pub const WM_WA_MPEG_EOF: UINT = WM_USER + 2; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/wa_ipc.rs:714:34 [INFO] [stdout] | [INFO] [stdout] 714 | pub const WM_WA_MPEG_EOF: UINT = WM_USER + 2; [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/wa_ipc.rs:715:33 [INFO] [stdout] | [INFO] [stdout] 715 | pub const IPC_IS_PLAYING_VIDEO: UINT = 501; [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/wa_ipc.rs:716:33 [INFO] [stdout] | [INFO] [stdout] 716 | pub const IPC_GET_IVIDEOOUTPUT: UINT = 500; [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/wa_ipc.rs:723:35 [INFO] [stdout] | [INFO] [stdout] 723 | pub const VIDUSER_SET_INFOSTRING: UINT = 0x1000; [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/wa_ipc.rs:724:34 [INFO] [stdout] | [INFO] [stdout] 724 | pub const VIDUSER_GET_VIDEOHWND: UINT = 0x1001; [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/wa_ipc.rs:725:30 [INFO] [stdout] | [INFO] [stdout] 725 | pub const VIDUSER_SET_VFLIP: UINT = 0x1002; [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/wa_ipc.rs:726:42 [INFO] [stdout] | [INFO] [stdout] 726 | pub const VIDUSER_SET_TRACKSELINTERFACE: UINT = 0x1003; [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/wa_ipc.rs:727:38 [INFO] [stdout] | [INFO] [stdout] 727 | pub const VIDUSER_OPENVIDEORENDERER: UINT = 0x1004; [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/wa_ipc.rs:728:39 [INFO] [stdout] | [INFO] [stdout] 728 | pub const VIDUSER_CLOSEVIDEORENDERER: UINT = 0x1005; [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/wa_ipc.rs:729:33 [INFO] [stdout] | [INFO] [stdout] 729 | pub const VIDUSER_GETPOPUPMENU: UINT = 0x1006; [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/wa_ipc.rs:730:36 [INFO] [stdout] | [INFO] [stdout] 730 | pub const VIDUSER_SET_INFOSTRINGW: UINT = 0x1007; [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/wa_ipc.rs:742:26 [INFO] [stdout] | [INFO] [stdout] 742 | pub const IPC_CB_WND_EQ: 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/wa_ipc.rs:743:26 [INFO] [stdout] | [INFO] [stdout] 743 | pub const IPC_CB_WND_PE: UINT = 1; [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/wa_ipc.rs:744:26 [INFO] [stdout] | [INFO] [stdout] 744 | pub const IPC_CB_WND_MB: UINT = 2; [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/wa_ipc.rs:745:29 [INFO] [stdout] | [INFO] [stdout] 745 | pub const IPC_CB_WND_VIDEO: UINT = 3; [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/wa_ipc.rs:746:28 [INFO] [stdout] | [INFO] [stdout] 746 | pub const IPC_CB_WND_MAIN: UINT = 4; [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/wa_ipc.rs:747:29 [INFO] [stdout] | [INFO] [stdout] 747 | pub const IPC_CB_ONSHOWWND: UINT = 600; [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/wa_ipc.rs:748:29 [INFO] [stdout] | [INFO] [stdout] 748 | pub const IPC_CB_ONHIDEWND: UINT = 601; [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/wa_ipc.rs:749:30 [INFO] [stdout] | [INFO] [stdout] 749 | pub const IPC_CB_GETTOOLTIP: UINT = 602; [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/wa_ipc.rs:750:24 [INFO] [stdout] | [INFO] [stdout] 750 | pub const IPC_CB_MISC: UINT = 603; [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/wa_ipc.rs:751:30 [INFO] [stdout] | [INFO] [stdout] 751 | pub const IPC_CB_MISC_TITLE: 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/wa_ipc.rs:752:31 [INFO] [stdout] | [INFO] [stdout] 752 | pub const IPC_CB_MISC_VOLUME: UINT = 1; [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/wa_ipc.rs:753:31 [INFO] [stdout] | [INFO] [stdout] 753 | pub const IPC_CB_MISC_STATUS: UINT = 2; [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/wa_ipc.rs:754:27 [INFO] [stdout] | [INFO] [stdout] 754 | pub const IPC_CB_MISC_EQ: UINT = 3; [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/wa_ipc.rs:755:29 [INFO] [stdout] | [INFO] [stdout] 755 | pub const IPC_CB_MISC_INFO: UINT = 4; [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/wa_ipc.rs:756:34 [INFO] [stdout] | [INFO] [stdout] 756 | pub const IPC_CB_MISC_VIDEOINFO: UINT = 5; [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/wa_ipc.rs:757:37 [INFO] [stdout] | [INFO] [stdout] 757 | pub const IPC_CB_MISC_TITLE_RATING: UINT = 6; [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/wa_ipc.rs:758:34 [INFO] [stdout] | [INFO] [stdout] 758 | pub const IPC_CB_CONVERT_STATUS: UINT = 604; [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/wa_ipc.rs:759:32 [INFO] [stdout] | [INFO] [stdout] 759 | pub const IPC_CB_CONVERT_DONE: UINT = 605; [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/wa_ipc.rs:760:40 [INFO] [stdout] | [INFO] [stdout] 760 | pub const IPC_ADJUST_FFWINDOWSMENUPOS: UINT = 606; [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/wa_ipc.rs:761:29 [INFO] [stdout] | [INFO] [stdout] 761 | pub const IPC_ISDOUBLESIZE: UINT = 608; [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/wa_ipc.rs:762:40 [INFO] [stdout] | [INFO] [stdout] 762 | pub const IPC_ADJUST_FFOPTIONSMENUPOS: UINT = 609; [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/wa_ipc.rs:763:35 [INFO] [stdout] | [INFO] [stdout] 763 | pub const IPC_GETTIMEDISPLAYMODE: UINT = 610; [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/wa_ipc.rs:764:26 [INFO] [stdout] | [INFO] [stdout] 764 | pub const IPC_SETVISWND: UINT = 611; [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/wa_ipc.rs:765:24 [INFO] [stdout] | [INFO] [stdout] 765 | pub const ID_VIS_NEXT: UINT = 40382; [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/wa_ipc.rs:766:24 [INFO] [stdout] | [INFO] [stdout] 766 | pub const ID_VIS_PREV: UINT = 40383; [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/wa_ipc.rs:767:26 [INFO] [stdout] | [INFO] [stdout] 767 | pub const ID_VIS_RANDOM: UINT = 40384; [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/wa_ipc.rs:768:22 [INFO] [stdout] | [INFO] [stdout] 768 | pub const ID_VIS_FS: UINT = 40389; [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/wa_ipc.rs:769:23 [INFO] [stdout] | [INFO] [stdout] 769 | pub const ID_VIS_CFG: UINT = 40390; [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/wa_ipc.rs:770:24 [INFO] [stdout] | [INFO] [stdout] 770 | pub const ID_VIS_MENU: UINT = 40391; [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/wa_ipc.rs:771:26 [INFO] [stdout] | [INFO] [stdout] 771 | pub const IPC_GETVISWND: UINT = 612; [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/wa_ipc.rs:772:29 [INFO] [stdout] | [INFO] [stdout] 772 | pub const IPC_ISVISRUNNING: UINT = 613; [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/wa_ipc.rs:773:29 [INFO] [stdout] | [INFO] [stdout] 773 | pub const IPC_CB_VISRANDOM: UINT = 628; [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/wa_ipc.rs:774:34 [INFO] [stdout] | [INFO] [stdout] 774 | pub const IPC_SETIDEALVIDEOSIZE: UINT = 614; [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/wa_ipc.rs:775:36 [INFO] [stdout] | [INFO] [stdout] 775 | pub const IPC_GETSTOPONVIDEOCLOSE: UINT = 615; [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/wa_ipc.rs:776:36 [INFO] [stdout] | [INFO] [stdout] 776 | pub const IPC_SETSTOPONVIDEOCLOSE: UINT = 616; [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/wa_ipc.rs:781:15 [INFO] [stdout] | [INFO] [stdout] 781 | pub hwnd: HWND, [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/wa_ipc.rs:783:17 [INFO] [stdout] | [INFO] [stdout] 783 | pub 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/wa_ipc.rs:784:17 [INFO] [stdout] | [INFO] [stdout] 784 | pub 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/wa_ipc.rs:787:37 [INFO] [stdout] | [INFO] [stdout] 787 | pub const IPC_TRANSLATEACCELERATOR: UINT = 617; [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/wa_ipc.rs:798:31 [INFO] [stdout] | [INFO] [stdout] 798 | pub const IPC_CB_ONTOGGLEAOT: UINT = 618; [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/wa_ipc.rs:799:28 [INFO] [stdout] | [INFO] [stdout] 799 | pub const IPC_GETPREFSWND: UINT = 619; [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/wa_ipc.rs:800:35 [INFO] [stdout] | [INFO] [stdout] 800 | pub const IPC_SET_PE_WIDTHHEIGHT: UINT = 620; [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/wa_ipc.rs:801:40 [INFO] [stdout] | [INFO] [stdout] 801 | pub const IPC_GETLANGUAGEPACKINSTANCE: UINT = 621; [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/wa_ipc.rs:802:27 [INFO] [stdout] | [INFO] [stdout] 802 | pub const LANG_IDENT_STR: 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/wa_ipc.rs:803:27 [INFO] [stdout] | [INFO] [stdout] 803 | pub const LANG_LANG_CODE: UINT = 1; [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/wa_ipc.rs:804:30 [INFO] [stdout] | [INFO] [stdout] 804 | pub const LANG_COUNTRY_CODE: UINT = 2; [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/wa_ipc.rs:805:30 [INFO] [stdout] | [INFO] [stdout] 805 | pub const IPC_CB_PEINFOTEXT: UINT = 622; [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/wa_ipc.rs:806:33 [INFO] [stdout] | [INFO] [stdout] 806 | pub const IPC_CB_OUTPUTCHANGED: UINT = 623; [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/wa_ipc.rs:807:32 [INFO] [stdout] | [INFO] [stdout] 807 | pub const IPC_GETOUTPUTPLUGIN: UINT = 625; [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/wa_ipc.rs:808:31 [INFO] [stdout] | [INFO] [stdout] 808 | pub const IPC_SETDRAWBORDERS: UINT = 626; [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/wa_ipc.rs:809:35 [INFO] [stdout] | [INFO] [stdout] 809 | pub const IPC_DISABLESKINCURSORS: UINT = 627; [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/wa_ipc.rs:810:31 [INFO] [stdout] | [INFO] [stdout] 810 | pub const IPC_GETSKINCURSORS: UINT = 628; [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/wa_ipc.rs:811:29 [INFO] [stdout] | [INFO] [stdout] 811 | pub const IPC_CB_RESETFONT: UINT = 629; [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/wa_ipc.rs:812:30 [INFO] [stdout] | [INFO] [stdout] 812 | pub const IPC_IS_FULLSCREEN: UINT = 630; [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/wa_ipc.rs:813:32 [INFO] [stdout] | [INFO] [stdout] 813 | pub const IPC_SET_VIS_FS_FLAG: UINT = 631; [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/wa_ipc.rs:814:34 [INFO] [stdout] | [INFO] [stdout] 814 | pub const IPC_SHOW_NOTIFICATION: UINT = 632; [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/wa_ipc.rs:815:28 [INFO] [stdout] | [INFO] [stdout] 815 | pub const IPC_GETSKININFO: UINT = 633; [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/wa_ipc.rs:816:29 [INFO] [stdout] | [INFO] [stdout] 816 | pub const IPC_GETSKININFOW: UINT = 1633; [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/wa_ipc.rs:817:36 [INFO] [stdout] | [INFO] [stdout] 817 | pub const IPC_GET_MANUALPLADVANCE: UINT = 634; [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/wa_ipc.rs:818:36 [INFO] [stdout] | [INFO] [stdout] 818 | pub const IPC_SET_MANUALPLADVANCE: UINT = 635; [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/wa_ipc.rs:819:32 [INFO] [stdout] | [INFO] [stdout] 819 | pub const IPC_GET_NEXT_PLITEM: UINT = 636; [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/wa_ipc.rs:820:36 [INFO] [stdout] | [INFO] [stdout] 820 | pub const IPC_GET_PREVIOUS_PLITEM: UINT = 637; [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/wa_ipc.rs:821:28 [INFO] [stdout] | [INFO] [stdout] 821 | pub const IPC_IS_WNDSHADE: UINT = 638; [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/wa_ipc.rs:822:26 [INFO] [stdout] | [INFO] [stdout] 822 | pub const IPC_SETRATING: UINT = 639; [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/wa_ipc.rs:823:26 [INFO] [stdout] | [INFO] [stdout] 823 | pub const IPC_GETRATING: UINT = 640; [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/wa_ipc.rs:824:34 [INFO] [stdout] | [INFO] [stdout] 824 | pub const IPC_GETNUMAUDIOTRACKS: UINT = 641; [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/wa_ipc.rs:825:34 [INFO] [stdout] | [INFO] [stdout] 825 | pub const IPC_GETNUMVIDEOTRACKS: UINT = 642; [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/wa_ipc.rs:826:30 [INFO] [stdout] | [INFO] [stdout] 826 | pub const IPC_GETAUDIOTRACK: UINT = 643; [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/wa_ipc.rs:827:30 [INFO] [stdout] | [INFO] [stdout] 827 | pub const IPC_GETVIDEOTRACK: UINT = 644; [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/wa_ipc.rs:828:30 [INFO] [stdout] | [INFO] [stdout] 828 | pub const IPC_SETAUDIOTRACK: UINT = 645; [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/wa_ipc.rs:829:30 [INFO] [stdout] | [INFO] [stdout] 829 | pub const IPC_SETVIDEOTRACK: UINT = 646; [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/wa_ipc.rs:830:34 [INFO] [stdout] | [INFO] [stdout] 830 | pub const IPC_PUSH_DISABLE_EXIT: UINT = 647; [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/wa_ipc.rs:831:33 [INFO] [stdout] | [INFO] [stdout] 831 | pub const IPC_POP_DISABLE_EXIT: UINT = 648; [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/wa_ipc.rs:832:32 [INFO] [stdout] | [INFO] [stdout] 832 | pub const IPC_IS_EXIT_ENABLED: UINT = 649; [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/wa_ipc.rs:833:23 [INFO] [stdout] | [INFO] [stdout] 833 | pub const IPC_IS_AOT: UINT = 650; [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/wa_ipc.rs:834:32 [INFO] [stdout] | [INFO] [stdout] 834 | pub const IPC_USES_RECYCLEBIN: UINT = 651; [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/wa_ipc.rs:835:28 [INFO] [stdout] | [INFO] [stdout] 835 | pub const IPC_FLUSHAUDITS: UINT = 652; [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/wa_ipc.rs:836:34 [INFO] [stdout] | [INFO] [stdout] 836 | pub const IPC_GETPLAYITEM_START: UINT = 653; [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/wa_ipc.rs:837:32 [INFO] [stdout] | [INFO] [stdout] 837 | pub const IPC_GETPLAYITEM_END: UINT = 654; [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/wa_ipc.rs:838:31 [INFO] [stdout] | [INFO] [stdout] 838 | pub const IPC_GETVIDEORESIZE: UINT = 655; [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/wa_ipc.rs:839:31 [INFO] [stdout] | [INFO] [stdout] 839 | pub const IPC_SETVIDEORESIZE: UINT = 656; [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/wa_ipc.rs:840:35 [INFO] [stdout] | [INFO] [stdout] 840 | pub const IPC_INITIAL_SHOW_STATE: UINT = 657; [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/wa_ipc.rs:841:22 [INFO] [stdout] | [INFO] [stdout] 841 | pub const IPC_PLCMD: UINT = 1000; [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/wa_ipc.rs:842:22 [INFO] [stdout] | [INFO] [stdout] 842 | pub const PLCMD_ADD: 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/wa_ipc.rs:843:22 [INFO] [stdout] | [INFO] [stdout] 843 | pub const PLCMD_REM: UINT = 1; [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/wa_ipc.rs:844:22 [INFO] [stdout] | [INFO] [stdout] 844 | pub const PLCMD_SEL: UINT = 2; [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/wa_ipc.rs:845:23 [INFO] [stdout] | [INFO] [stdout] 845 | pub const PLCMD_MISC: UINT = 3; [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/wa_ipc.rs:846:23 [INFO] [stdout] | [INFO] [stdout] 846 | pub const PLCMD_LIST: UINT = 4; [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/wa_ipc.rs:847:23 [INFO] [stdout] | [INFO] [stdout] 847 | pub const MBCMD_BACK: 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/wa_ipc.rs:848:26 [INFO] [stdout] | [INFO] [stdout] 848 | pub const MBCMD_FORWARD: UINT = 1; [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/wa_ipc.rs:849:23 [INFO] [stdout] | [INFO] [stdout] 849 | pub const MBCMD_STOP: UINT = 2; [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/wa_ipc.rs:850:25 [INFO] [stdout] | [INFO] [stdout] 850 | pub const MBCMD_RELOAD: UINT = 3; [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/wa_ipc.rs:851:23 [INFO] [stdout] | [INFO] [stdout] 851 | pub const MBCMD_MISC: UINT = 4; [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/wa_ipc.rs:852:23 [INFO] [stdout] | [INFO] [stdout] 852 | pub const IPC_VIDCMD: UINT = 1002; [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/wa_ipc.rs:853:30 [INFO] [stdout] | [INFO] [stdout] 853 | pub const VIDCMD_FULLSCREEN: 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/wa_ipc.rs:854:22 [INFO] [stdout] | [INFO] [stdout] 854 | pub const VIDCMD_1X: UINT = 1; [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/wa_ipc.rs:855:22 [INFO] [stdout] | [INFO] [stdout] 855 | pub const VIDCMD_2X: UINT = 2; [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/wa_ipc.rs:856:23 [INFO] [stdout] | [INFO] [stdout] 856 | pub const VIDCMD_LIB: UINT = 3; [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/wa_ipc.rs:857:26 [INFO] [stdout] | [INFO] [stdout] 857 | pub const VIDPOPUP_MISC: UINT = 4; [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/wa_ipc.rs:858:38 [INFO] [stdout] | [INFO] [stdout] 858 | pub const IPC_STATS_LIBRARY_ITEMCNT: UINT = 1300; [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/wa_ipc.rs:859:25 [INFO] [stdout] | [INFO] [stdout] 859 | pub const IPC_FF_FIRST: UINT = 2000; [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/wa_ipc.rs:860:38 [INFO] [stdout] | [INFO] [stdout] 860 | pub const IPC_FF_COLOURTHEME_CHANGE: UINT = IPC_FF_ONCOLORTHEMECHANGED; [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/wa_ipc.rs:861:39 [INFO] [stdout] | [INFO] [stdout] 861 | pub const IPC_FF_ONCOLORTHEMECHANGED: UINT = IPC_FF_FIRST + 3; [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/wa_ipc.rs:862:29 [INFO] [stdout] | [INFO] [stdout] 862 | pub const IPC_FF_ISMAINWND: UINT = IPC_FF_FIRST + 4; [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/wa_ipc.rs:863:33 [INFO] [stdout] | [INFO] [stdout] 863 | pub const IPC_FF_GETCONTENTWND: UINT = IPC_FF_FIRST + 5; [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/wa_ipc.rs:864:32 [INFO] [stdout] | [INFO] [stdout] 864 | pub const IPC_FF_NOTIFYHOTKEY: UINT = IPC_FF_FIRST + 6; [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/wa_ipc.rs:865:24 [INFO] [stdout] | [INFO] [stdout] 865 | pub const IPC_FF_LAST: UINT = 3000; [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/wa_ipc.rs:866:30 [INFO] [stdout] | [INFO] [stdout] 866 | pub const IPC_GETDROPTARGET: UINT = 3001; [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/wa_ipc.rs:867:34 [INFO] [stdout] | [INFO] [stdout] 867 | pub const IPC_PLAYLIST_MODIFIED: UINT = 3002; [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/wa_ipc.rs:868:29 [INFO] [stdout] | [INFO] [stdout] 868 | pub const IPC_PLAYING_FILE: UINT = 3003; [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/wa_ipc.rs:869:30 [INFO] [stdout] | [INFO] [stdout] 869 | pub const IPC_PLAYING_FILEW: UINT = 13003; [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/wa_ipc.rs:870:42 [INFO] [stdout] | [INFO] [stdout] 870 | pub const IPC_FILE_TAG_MAY_HAVE_UPDATED: UINT = 3004; [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/wa_ipc.rs:871:43 [INFO] [stdout] | [INFO] [stdout] 871 | pub const IPC_FILE_TAG_MAY_HAVE_UPDATEDW: UINT = 3005; [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/wa_ipc.rs:872:35 [INFO] [stdout] | [INFO] [stdout] 872 | pub const IPC_ALLOW_PLAYTRACKING: UINT = 3007; [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/wa_ipc.rs:873:30 [INFO] [stdout] | [INFO] [stdout] 873 | pub const IPC_HOOK_OKTOQUIT: UINT = 3010; [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/wa_ipc.rs:874:28 [INFO] [stdout] | [INFO] [stdout] 874 | pub const IPC_WRITECONFIG: UINT = 3011; [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/wa_ipc.rs:875:27 [INFO] [stdout] | [INFO] [stdout] 875 | pub const IPC_UPDATE_URL: UINT = 3012; [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/wa_ipc.rs:876:29 [INFO] [stdout] | [INFO] [stdout] 876 | pub const IPC_GET_RANDFUNC: UINT = 3015; [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/wa_ipc.rs:877:33 [INFO] [stdout] | [INFO] [stdout] 877 | pub const IPC_METADATA_CHANGED: UINT = 3017; [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/wa_ipc.rs:878:29 [INFO] [stdout] | [INFO] [stdout] 878 | pub const IPC_SKIN_CHANGED: UINT = 3018; [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/wa_ipc.rs:879:40 [INFO] [stdout] | [INFO] [stdout] 879 | pub const IPC_REGISTER_LOWORD_COMMAND: UINT = 3019; [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/wa_ipc.rs:880:36 [INFO] [stdout] | [INFO] [stdout] 880 | pub const IPC_GET_DISPATCH_OBJECT: UINT = 3020; [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/wa_ipc.rs:881:39 [INFO] [stdout] | [INFO] [stdout] 881 | pub const IPC_GET_UNIQUE_DISPATCH_ID: UINT = 3021; [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/wa_ipc.rs:882:36 [INFO] [stdout] | [INFO] [stdout] 882 | pub const IPC_ADD_DISPATCH_OBJECT: UINT = 3022; [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/wa_ipc.rs:889:13 [INFO] [stdout] | [INFO] [stdout] 889 | pub id: DWORD, [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/wa_ipc.rs:891:33 [INFO] [stdout] | [INFO] [stdout] 891 | pub const IPC_GET_PROXY_STRING: UINT = 3023; [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/wa_ipc.rs:892:29 [INFO] [stdout] | [INFO] [stdout] 892 | pub const IPC_USE_REGISTRY: UINT = 3024; [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/wa_ipc.rs:893:32 [INFO] [stdout] | [INFO] [stdout] 893 | pub const IPC_GET_API_SERVICE: UINT = 3025; [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/wa_ipc.rs:904:40 [INFO] [stdout] | [INFO] [stdout] 904 | pub const IPC_GET_EXTENDED_FILE_INFOW: UINT = 3026; [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/wa_ipc.rs:905:49 [INFO] [stdout] | [INFO] [stdout] 905 | pub const IPC_GET_EXTENDED_FILE_INFOW_HOOKABLE: UINT = 3027; [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/wa_ipc.rs:906:40 [INFO] [stdout] | [INFO] [stdout] 906 | pub const IPC_SET_EXTENDED_FILE_INFOW: UINT = 3028; [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/wa_ipc.rs:907:43 [INFO] [stdout] | [INFO] [stdout] 907 | pub const IPC_PLAYLIST_GET_NEXT_SELECTED: UINT = 3029; [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/wa_ipc.rs:908:44 [INFO] [stdout] | [INFO] [stdout] 908 | pub const IPC_PLAYLIST_GET_SELECTED_COUNT: UINT = 3030; [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/wa_ipc.rs:909:37 [INFO] [stdout] | [INFO] [stdout] 909 | pub const IPC_GET_PLAYING_FILENAME: UINT = 3031; [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/wa_ipc.rs:910:25 [INFO] [stdout] | [INFO] [stdout] 910 | pub const IPC_OPEN_URL: UINT = 3032; [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/wa_ipc.rs:911:33 [INFO] [stdout] | [INFO] [stdout] 911 | pub const IPC_USE_UXTHEME_FUNC: UINT = 3033; [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/wa_ipc.rs:912:34 [INFO] [stdout] | [INFO] [stdout] 912 | pub const IPC_ISWINTHEMEPRESENT: 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/wa_ipc.rs:913:40 [INFO] [stdout] | [INFO] [stdout] 913 | pub const IPC_ISAEROCOMPOSITIONACTIVE: UINT = 1; [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/wa_ipc.rs:914:34 [INFO] [stdout] | [INFO] [stdout] 914 | pub const IPC_GET_PLAYING_TITLE: UINT = 3034; [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/wa_ipc.rs:915:24 [INFO] [stdout] | [INFO] [stdout] 915 | pub const IPC_CANPLAY: UINT = 3035; [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/wa_ipc.rs:921:17 [INFO] [stdout] | [INFO] [stdout] 921 | pub parent: 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/wa_ipc.rs:934:31 [INFO] [stdout] | [INFO] [stdout] 934 | pub const IPC_FETCH_ALBUMART: UINT = 3036; [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/wa_ipc.rs:935:43 [INFO] [stdout] | [INFO] [stdout] 935 | pub const IPC_JSAPI2_GET_DISPATCH_OBJECT: UINT = 3037; [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/wa_ipc.rs:936:43 [INFO] [stdout] | [INFO] [stdout] 936 | pub const IPC_REGISTER_WINAMP_IPCMESSAGE: UINT = 65536; [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/wa_ipc.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | pub const WM_WA_IPC: UINT = WM_USER; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/wa_ipc.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | pub const WM_WA_IPC: UINT = WM_USER; [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/wa_ipc.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | pub const IPC_GETVERSION: 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/wa_ipc.rs:21:33 [INFO] [stdout] | [INFO] [stdout] 21 | pub const IPC_GETVERSIONSTRING: UINT = 1; [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/wa_ipc.rs:22:37 [INFO] [stdout] | [INFO] [stdout] 22 | pub const IPC_GETREGISTEREDVERSION: UINT = 770; [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/wa_ipc.rs:40:25 [INFO] [stdout] | [INFO] [stdout] 40 | pub const IPC_PLAYFILE: UINT = 100; [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/wa_ipc.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | pub const IPC_ENQUEUEFILE: UINT = 100; [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/wa_ipc.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | pub const IPC_PLAYFILEW: UINT = 1100; [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/wa_ipc.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | pub const IPC_ENQUEUEFILEW: UINT = 1100; [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/wa_ipc.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | pub const IPC_DELETE: UINT = 101; [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/wa_ipc.rs:45:27 [INFO] [stdout] | [INFO] [stdout] 45 | pub const IPC_DELETE_INT: UINT = 1101; [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/wa_ipc.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | pub const IPC_STARTPLAY: UINT = 102; [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/wa_ipc.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | pub const IPC_STARTPLAY_INT: UINT = 1102; [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/wa_ipc.rs:48:26 [INFO] [stdout] | [INFO] [stdout] 48 | pub const IPC_IPC_CHDIR: UINT = 103; [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/wa_ipc.rs:49:26 [INFO] [stdout] | [INFO] [stdout] 49 | pub const IPC_ISPLAYING: UINT = 104; [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/wa_ipc.rs:50:30 [INFO] [stdout] | [INFO] [stdout] 50 | pub const IPC_GETOUTPUTTIME: UINT = 105; [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/wa_ipc.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | pub const IPC_JUMPTOTIME: UINT = 106; [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/wa_ipc.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | pub const IPC_GETMODULENAME: UINT = 109; [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/wa_ipc.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | pub const IPC_EX_ISRIGHTEXE: UINT = 666; [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/wa_ipc.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | pub const IPC_WRITEPLAYLIST: UINT = 120; [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/wa_ipc.rs:55:31 [INFO] [stdout] | [INFO] [stdout] 55 | pub const IPC_SETPLAYLISTPOS: UINT = 121; [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/wa_ipc.rs:56:26 [INFO] [stdout] | [INFO] [stdout] 56 | pub const IPC_SETVOLUME: UINT = 122; [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/wa_ipc.rs:59:35 [INFO] [stdout] | [INFO] [stdout] 59 | pub unsafe fn IPC_GETVOLUME(hwnd: HWND) -> LRESULT { [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/wa_ipc.rs:59:44 [INFO] [stdout] | [INFO] [stdout] 59 | pub unsafe fn IPC_GETVOLUME(hwnd: HWND) -> LRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SendMessageW` in this scope [INFO] [stdout] --> src/wa_ipc.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | SendMessageW(hwnd, WM_WA_IPC, -666_isize as _, IPC_SETVOLUME 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/wa_ipc.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | pub const IPC_SETPANNING: UINT = 123; [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/wa_ipc.rs:64:30 [INFO] [stdout] | [INFO] [stdout] 64 | pub const IPC_GETLISTLENGTH: UINT = 124; [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/wa_ipc.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | pub const IPC_GETLISTPOS: UINT = 125; [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/wa_ipc.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | pub const IPC_GETINFO: UINT = 126; [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/wa_ipc.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | pub const IPC_GETEQDATA: UINT = 127; [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/wa_ipc.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | pub const IPC_SETEQDATA: UINT = 128; [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/wa_ipc.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | pub const IPC_ADDBOOKMARK: UINT = 129; [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/wa_ipc.rs:70:29 [INFO] [stdout] | [INFO] [stdout] 70 | pub const IPC_ADDBOOKMARKW: UINT = 131; [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/wa_ipc.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub const IPC_INSTALLPLUGIN: UINT = 130; [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/wa_ipc.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | pub const IPC_RESTARTWINAMP: UINT = 135; [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/wa_ipc.rs:73:27 [INFO] [stdout] | [INFO] [stdout] 73 | pub const IPC_ISFULLSTOP: UINT = 400; [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/wa_ipc.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | pub const IPC_INETAVAILABLE: UINT = 242; [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/wa_ipc.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | pub const IPC_UPDTITLE: UINT = 243; [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/wa_ipc.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | pub const IPC_REFRESHPLCACHE: UINT = 247; [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/wa_ipc.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | pub const IPC_GET_SHUFFLE: UINT = 250; [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/wa_ipc.rs:78:27 [INFO] [stdout] | [INFO] [stdout] 78 | pub const IPC_GET_REPEAT: UINT = 251; [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/wa_ipc.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 79 | pub const IPC_SET_SHUFFLE: UINT = 252; [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/wa_ipc.rs:80:27 [INFO] [stdout] | [INFO] [stdout] 80 | pub const IPC_SET_REPEAT: UINT = 253; [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/wa_ipc.rs:81:42 [INFO] [stdout] | [INFO] [stdout] 81 | pub const IPC_ENABLEDISABLE_ALL_WINDOWS: UINT = 259; [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/wa_ipc.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | pub const IPC_GETWND: UINT = 260; [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/wa_ipc.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | pub const IPC_GETWND_EQ: 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/wa_ipc.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | pub const IPC_GETWND_PE: UINT = 1; [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/wa_ipc.rs:85:26 [INFO] [stdout] | [INFO] [stdout] 85 | pub const IPC_GETWND_MB: UINT = 2; [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/wa_ipc.rs:86:29 [INFO] [stdout] | [INFO] [stdout] 86 | pub const IPC_GETWND_VIDEO: UINT = 3; [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/wa_ipc.rs:87:29 [INFO] [stdout] | [INFO] [stdout] 87 | pub const IPC_ISWNDVISIBLE: UINT = 261; [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/wa_ipc.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub const IPC_SETSKINW: UINT = 199; [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/wa_ipc.rs:89:24 [INFO] [stdout] | [INFO] [stdout] 89 | pub const IPC_SETSKIN: UINT = 200; [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/wa_ipc.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 90 | pub const IPC_GETSKIN: UINT = 201; [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/wa_ipc.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | pub const IPC_GETSKINW: UINT = 1201; [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/wa_ipc.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 92 | pub const IPC_EXECPLUG: UINT = 202; [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/wa_ipc.rs:93:32 [INFO] [stdout] | [INFO] [stdout] 93 | pub const IPC_GETPLAYLISTFILE: UINT = 211; [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/wa_ipc.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | pub const IPC_GETPLAYLISTFILEW: UINT = 214; [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/wa_ipc.rs:95:33 [INFO] [stdout] | [INFO] [stdout] 95 | pub const IPC_GETPLAYLISTTITLE: UINT = 212; [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/wa_ipc.rs:96:34 [INFO] [stdout] | [INFO] [stdout] 96 | pub const IPC_GETPLAYLISTTITLEW: UINT = 213; [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/wa_ipc.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | pub const IPC_GETHTTPGETTER: UINT = 240; [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/wa_ipc.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | pub const IPC_GETHTTPGETTERW: UINT = 1240; [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/wa_ipc.rs:99:23 [INFO] [stdout] | [INFO] [stdout] 99 | pub const IPC_MBOPEN: UINT = 241; [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/wa_ipc.rs:100:34 [INFO] [stdout] | [INFO] [stdout] 100 | pub const IPC_CHANGECURRENTFILE: UINT = 245; [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/wa_ipc.rs:101:35 [INFO] [stdout] | [INFO] [stdout] 101 | pub const IPC_CHANGECURRENTFILEW: UINT = 1245; [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/wa_ipc.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | pub const IPC_GETMBURL: UINT = 246; [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/wa_ipc.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | pub const IPC_MBBLOCK: UINT = 248; [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/wa_ipc.rs:104:27 [INFO] [stdout] | [INFO] [stdout] 104 | pub const IPC_MBOPENREAL: UINT = 249; [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/wa_ipc.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | pub const IPC_ADJUST_OPTIONSMENUPOS: UINT = 280; [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/wa_ipc.rs:106:26 [INFO] [stdout] | [INFO] [stdout] 106 | pub const IPC_GET_HMENU: UINT = 281; [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/wa_ipc.rs:107:39 [INFO] [stdout] | [INFO] [stdout] 107 | pub const IPC_GET_EXTENDED_FILE_INFO: UINT = 290; [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/wa_ipc.rs:108:48 [INFO] [stdout] | [INFO] [stdout] 108 | pub const IPC_GET_EXTENDED_FILE_INFO_HOOKABLE: UINT = 296; [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/wa_ipc.rs:119:36 [INFO] [stdout] | [INFO] [stdout] 119 | pub const IPC_GET_BASIC_FILE_INFO: UINT = 291; [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/wa_ipc.rs:131:37 [INFO] [stdout] | [INFO] [stdout] 131 | pub const IPC_GET_BASIC_FILE_INFOW: UINT = 1291; [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/wa_ipc.rs:142:28 [INFO] [stdout] | [INFO] [stdout] 142 | pub const IPC_GET_EXTLIST: UINT = 292; [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/wa_ipc.rs:143:29 [INFO] [stdout] | [INFO] [stdout] 143 | pub const IPC_GET_EXTLISTW: UINT = 1292; [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/wa_ipc.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | pub const IPC_INFOBOX: UINT = 293; [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/wa_ipc.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | pub parent: 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/wa_ipc.rs:153:39 [INFO] [stdout] | [INFO] [stdout] 153 | pub const IPC_SET_EXTENDED_FILE_INFO: UINT = 294; [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/wa_ipc.rs:154:41 [INFO] [stdout] | [INFO] [stdout] 154 | pub const IPC_WRITE_EXTENDED_FILE_INFO: UINT = 295; [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/wa_ipc.rs:155:29 [INFO] [stdout] | [INFO] [stdout] 155 | pub const IPC_FORMAT_TITLE: UINT = 297; [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/wa_ipc.rs:168:38 [INFO] [stdout] | [INFO] [stdout] 168 | pub const IPC_FORMAT_TITLE_EXTENDED: UINT = 298; [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/wa_ipc.rs:183:40 [INFO] [stdout] | [INFO] [stdout] 183 | pub const IPC_COPY_EXTENDED_FILE_INFO: UINT = 299; [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/wa_ipc.rs:192:41 [INFO] [stdout] | [INFO] [stdout] 192 | pub const IPC_COPY_EXTENDED_FILE_INFOW: UINT = 1299; [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/wa_ipc.rs:215:39 [INFO] [stdout] | [INFO] [stdout] 215 | pub const IPC_GETUNCOMPRESSINTERFACE: UINT = 331; [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/wa_ipc.rs:220:16 [INFO] [stdout] | [INFO] [stdout] 220 | pub hInst: HINSTANCE, [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/wa_ipc.rs:232:16 [INFO] [stdout] | [INFO] [stdout] 232 | pub hInst: HINSTANCE, [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/wa_ipc.rs:241:30 [INFO] [stdout] | [INFO] [stdout] 241 | pub const IPC_ADD_PREFS_DLG: UINT = 332; [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/wa_ipc.rs:242:31 [INFO] [stdout] | [INFO] [stdout] 242 | pub const IPC_ADD_PREFS_DLGW: UINT = 1332; [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/wa_ipc.rs:243:33 [INFO] [stdout] | [INFO] [stdout] 243 | pub const IPC_REMOVE_PREFS_DLG: UINT = 333; [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/wa_ipc.rs:244:32 [INFO] [stdout] | [INFO] [stdout] 244 | pub const IPC_OPENPREFSTOPAGE: UINT = 380; [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/wa_ipc.rs:245:27 [INFO] [stdout] | [INFO] [stdout] 245 | pub const IPC_GETINIFILE: UINT = 334; [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/wa_ipc.rs:246:32 [INFO] [stdout] | [INFO] [stdout] 246 | pub const IPC_GETINIDIRECTORY: UINT = 335; [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/wa_ipc.rs:247:35 [INFO] [stdout] | [INFO] [stdout] 247 | pub const IPC_GETPLUGINDIRECTORY: UINT = 336; [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/wa_ipc.rs:248:32 [INFO] [stdout] | [INFO] [stdout] 248 | pub const IPC_GETM3UDIRECTORY: UINT = 337; [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/wa_ipc.rs:249:33 [INFO] [stdout] | [INFO] [stdout] 249 | pub const IPC_GETM3UDIRECTORYW: UINT = 338; [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/wa_ipc.rs:250:33 [INFO] [stdout] | [INFO] [stdout] 250 | pub const IPC_SPAWNBUTTONPOPUP: UINT = 361; [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/wa_ipc.rs:251:27 [INFO] [stdout] | [INFO] [stdout] 251 | pub const IPC_OPENURLBOX: UINT = 360; [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/wa_ipc.rs:252:28 [INFO] [stdout] | [INFO] [stdout] 252 | pub const IPC_OPENFILEBOX: UINT = 362; [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/wa_ipc.rs:253:27 [INFO] [stdout] | [INFO] [stdout] 253 | pub const IPC_OPENDIRBOX: UINT = 363; [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/wa_ipc.rs:254:35 [INFO] [stdout] | [INFO] [stdout] 254 | pub const IPC_SETDIALOGBOXPARENT: UINT = 364; [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/wa_ipc.rs:255:35 [INFO] [stdout] | [INFO] [stdout] 255 | pub const IPC_GETDIALOGBOXPARENT: UINT = 365; [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/wa_ipc.rs:256:38 [INFO] [stdout] | [INFO] [stdout] 256 | pub const IPC_UPDATEDIALOGBOXPARENT: UINT = 366; [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/wa_ipc.rs:257:24 [INFO] [stdout] | [INFO] [stdout] 257 | pub const IPC_DRO_MIN: UINT = 401; [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/wa_ipc.rs:258:35 [INFO] [stdout] | [INFO] [stdout] 258 | pub const IPC_SET_JTF_COMPARATOR: UINT = 409; [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/wa_ipc.rs:259:37 [INFO] [stdout] | [INFO] [stdout] 259 | pub const IPC_SET_JTF_COMPARATOR_W: UINT = 410; [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/wa_ipc.rs:260:33 [INFO] [stdout] | [INFO] [stdout] 260 | pub const IPC_SET_JTF_DRAWTEXT: UINT = 416; [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/wa_ipc.rs:261:24 [INFO] [stdout] | [INFO] [stdout] 261 | pub const IPC_DRO_MAX: UINT = 499; [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/wa_ipc.rs:262:34 [INFO] [stdout] | [INFO] [stdout] 262 | pub const IPC_GET_GENSKINBITMAP: UINT = 503; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:269:66 [INFO] [stdout] | [INFO] [stdout] 269 | pub unsafe fn SET_EMBED_GUID(state: *mut embedWindowState, guid: GUID) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:271:53 [INFO] [stdout] | [INFO] [stdout] 271 | *(&mut (*state).extra_data[4] as *mut _ as *mut GUID) = guid; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:275:63 [INFO] [stdout] | [INFO] [stdout] 275 | pub unsafe fn GET_EMBED_GUID(state: *mut embedWindowState) -> GUID { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:276:53 [INFO] [stdout] | [INFO] [stdout] 276 | *(&(*state).extra_data[4] as *const _ as *const GUID) [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/wa_ipc.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | pub me: HWND, [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/wa_ipc.rs:284:12 [INFO] [stdout] | [INFO] [stdout] 284 | pub r: 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/wa_ipc.rs:314:17 [INFO] [stdout] | [INFO] [stdout] 314 | pub me: HWND, [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/wa_ipc.rs:316:16 [INFO] [stdout] | [INFO] [stdout] 316 | pub r: RECT, [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/wa_ipc.rs:322:28 [INFO] [stdout] | [INFO] [stdout] 322 | pub const IPC_GET_EMBEDIF: UINT = 505; [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/wa_ipc.rs:323:27 [INFO] [stdout] | [INFO] [stdout] 323 | pub const IPC_SKINWINDOW: UINT = 534; [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/wa_ipc.rs:328:21 [INFO] [stdout] | [INFO] [stdout] 328 | pub hwndToSkin: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/wa_ipc.rs:329:21 [INFO] [stdout] | [INFO] [stdout] 329 | pub windowGuid: GUID, [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/wa_ipc.rs:332:27 [INFO] [stdout] | [INFO] [stdout] 332 | pub const IPC_EMBED_ENUM: UINT = 532; [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/wa_ipc.rs:342:30 [INFO] [stdout] | [INFO] [stdout] 342 | pub const IPC_EMBED_ISVALID: UINT = 533; [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/wa_ipc.rs:343:28 [INFO] [stdout] | [INFO] [stdout] 343 | pub const IPC_CONVERTFILE: UINT = 506; [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/wa_ipc.rs:351:23 [INFO] [stdout] | [INFO] [stdout] 351 | pub callbackhwnd: 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/wa_ipc.rs:446:29 [INFO] [stdout] | [INFO] [stdout] 446 | pub const IPC_CONVERTFILEW: UINT = 515; [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/wa_ipc.rs:454:23 [INFO] [stdout] | [INFO] [stdout] 454 | pub callbackhwnd: HWND, [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/wa_ipc.rs:558:27 [INFO] [stdout] | [INFO] [stdout] 558 | pub callbackhwnd: HWND, [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/wa_ipc.rs:572:27 [INFO] [stdout] | [INFO] [stdout] 572 | pub callbackhwnd: 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/wa_ipc.rs:582:32 [INFO] [stdout] | [INFO] [stdout] 582 | pub const IPC_CONVERTFILE_END: UINT = 507; [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/wa_ipc.rs:583:33 [INFO] [stdout] | [INFO] [stdout] 583 | pub const IPC_CONVERTFILEW_END: UINT = 516; [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/wa_ipc.rs:588:21 [INFO] [stdout] | [INFO] [stdout] 588 | pub hwndParent: HWND, [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/wa_ipc.rs:590:21 [INFO] [stdout] | [INFO] [stdout] 590 | pub hwndConfig: 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/wa_ipc.rs:594:31 [INFO] [stdout] | [INFO] [stdout] 594 | pub const IPC_CONVERT_CONFIG: UINT = 508; [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/wa_ipc.rs:595:35 [INFO] [stdout] | [INFO] [stdout] 595 | pub const IPC_CONVERT_CONFIG_END: UINT = 509; [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/wa_ipc.rs:609:24 [INFO] [stdout] | [INFO] [stdout] 609 | pub callback_hwnd: 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/wa_ipc.rs:613:24 [INFO] [stdout] | [INFO] [stdout] 613 | pub const IPC_BURN_CD: UINT = 511; [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/wa_ipc.rs:622:37 [INFO] [stdout] | [INFO] [stdout] 622 | pub const IPC_CONVERT_SET_PRIORITY: UINT = 512; [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/wa_ipc.rs:631:38 [INFO] [stdout] | [INFO] [stdout] 631 | pub const IPC_CONVERT_SET_PRIORITYW: UINT = 517; [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/wa_ipc.rs:643:40 [INFO] [stdout] | [INFO] [stdout] 643 | pub const IPC_CONVERT_CONFIG_SET_ITEM: UINT = 513; [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/wa_ipc.rs:644:40 [INFO] [stdout] | [INFO] [stdout] 644 | pub const IPC_CONVERT_CONFIG_GET_ITEM: UINT = 514; [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/wa_ipc.rs:655:28 [INFO] [stdout] | [INFO] [stdout] 655 | pub const IPC_HOOK_TITLES: UINT = 850; [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/wa_ipc.rs:666:29 [INFO] [stdout] | [INFO] [stdout] 666 | pub const IPC_HOOK_TITLESW: UINT = 851; [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/wa_ipc.rs:667:30 [INFO] [stdout] | [INFO] [stdout] 667 | pub const IPC_GETSADATAFUNC: UINT = 800; [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/wa_ipc.rs:668:30 [INFO] [stdout] | [INFO] [stdout] 668 | pub const IPC_GETVUDATAFUNC: UINT = 801; [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/wa_ipc.rs:669:33 [INFO] [stdout] | [INFO] [stdout] 669 | pub const IPC_ISMAINWNDVISIBLE: UINT = 900; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBITMAP` in this scope [INFO] [stdout] --> src/wa_ipc.rs:676:13 [INFO] [stdout] | [INFO] [stdout] 676 | pub bm: HBITMAP, [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/wa_ipc.rs:679:32 [INFO] [stdout] | [INFO] [stdout] 679 | pub const IPC_SETPLEDITCOLORS: UINT = 920; [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/wa_ipc.rs:684:14 [INFO] [stdout] | [INFO] [stdout] 684 | pub wnd: HWND, [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/wa_ipc.rs:692:14 [INFO] [stdout] | [INFO] [stdout] 692 | pub wnd: 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/wa_ipc.rs:699:34 [INFO] [stdout] | [INFO] [stdout] 699 | pub const IPC_SPAWNEQPRESETMENU: UINT = 933; [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/wa_ipc.rs:700:30 [INFO] [stdout] | [INFO] [stdout] 700 | pub const IPC_SPAWNFILEMENU: UINT = 934; [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/wa_ipc.rs:701:33 [INFO] [stdout] | [INFO] [stdout] 701 | pub const IPC_SPAWNOPTIONSMENU: UINT = 935; [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/wa_ipc.rs:702:33 [INFO] [stdout] | [INFO] [stdout] 702 | pub const IPC_SPAWNWINDOWSMENU: UINT = 936; [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/wa_ipc.rs:703:30 [INFO] [stdout] | [INFO] [stdout] 703 | pub const IPC_SPAWNHELPMENU: UINT = 937; [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/wa_ipc.rs:704:30 [INFO] [stdout] | [INFO] [stdout] 704 | pub const IPC_SPAWNPLAYMENU: UINT = 938; [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/wa_ipc.rs:705:32 [INFO] [stdout] | [INFO] [stdout] 705 | pub const IPC_SPAWNPEFILEMENU: UINT = 939; [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/wa_ipc.rs:706:36 [INFO] [stdout] | [INFO] [stdout] 706 | pub const IPC_SPAWNPEPLAYLISTMENU: UINT = 940; [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/wa_ipc.rs:707:32 [INFO] [stdout] | [INFO] [stdout] 707 | pub const IPC_SPAWNPESORTMENU: UINT = 941; [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/wa_ipc.rs:708:32 [INFO] [stdout] | [INFO] [stdout] 708 | pub const IPC_SPAWNPEHELPMENU: UINT = 942; [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/wa_ipc.rs:709:32 [INFO] [stdout] | [INFO] [stdout] 709 | pub const IPC_SPAWNMLFILEMENU: UINT = 943; [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/wa_ipc.rs:710:32 [INFO] [stdout] | [INFO] [stdout] 710 | pub const IPC_SPAWNMLVIEWMENU: UINT = 944; [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/wa_ipc.rs:711:32 [INFO] [stdout] | [INFO] [stdout] 711 | pub const IPC_SPAWNMLHELPMENU: UINT = 945; [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/wa_ipc.rs:712:39 [INFO] [stdout] | [INFO] [stdout] 712 | pub const IPC_SPAWNPELISTOFPLAYLISTS: UINT = 946; [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/wa_ipc.rs:713:26 [INFO] [stdout] | [INFO] [stdout] 713 | pub const WM_WA_SYSTRAY: UINT = WM_USER + 1; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/wa_ipc.rs:713:33 [INFO] [stdout] | [INFO] [stdout] 713 | pub const WM_WA_SYSTRAY: UINT = WM_USER + 1; [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/wa_ipc.rs:714:27 [INFO] [stdout] | [INFO] [stdout] 714 | pub const WM_WA_MPEG_EOF: UINT = WM_USER + 2; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/wa_ipc.rs:714:34 [INFO] [stdout] | [INFO] [stdout] 714 | pub const WM_WA_MPEG_EOF: UINT = WM_USER + 2; [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/wa_ipc.rs:715:33 [INFO] [stdout] | [INFO] [stdout] 715 | pub const IPC_IS_PLAYING_VIDEO: UINT = 501; [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/wa_ipc.rs:716:33 [INFO] [stdout] | [INFO] [stdout] 716 | pub const IPC_GET_IVIDEOOUTPUT: UINT = 500; [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/wa_ipc.rs:723:35 [INFO] [stdout] | [INFO] [stdout] 723 | pub const VIDUSER_SET_INFOSTRING: UINT = 0x1000; [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/wa_ipc.rs:724:34 [INFO] [stdout] | [INFO] [stdout] 724 | pub const VIDUSER_GET_VIDEOHWND: UINT = 0x1001; [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/wa_ipc.rs:725:30 [INFO] [stdout] | [INFO] [stdout] 725 | pub const VIDUSER_SET_VFLIP: UINT = 0x1002; [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/wa_ipc.rs:726:42 [INFO] [stdout] | [INFO] [stdout] 726 | pub const VIDUSER_SET_TRACKSELINTERFACE: UINT = 0x1003; [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/wa_ipc.rs:727:38 [INFO] [stdout] | [INFO] [stdout] 727 | pub const VIDUSER_OPENVIDEORENDERER: UINT = 0x1004; [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/wa_ipc.rs:728:39 [INFO] [stdout] | [INFO] [stdout] 728 | pub const VIDUSER_CLOSEVIDEORENDERER: UINT = 0x1005; [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/wa_ipc.rs:729:33 [INFO] [stdout] | [INFO] [stdout] 729 | pub const VIDUSER_GETPOPUPMENU: UINT = 0x1006; [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/wa_ipc.rs:730:36 [INFO] [stdout] | [INFO] [stdout] 730 | pub const VIDUSER_SET_INFOSTRINGW: UINT = 0x1007; [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/wa_ipc.rs:742:26 [INFO] [stdout] | [INFO] [stdout] 742 | pub const IPC_CB_WND_EQ: 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/wa_ipc.rs:743:26 [INFO] [stdout] | [INFO] [stdout] 743 | pub const IPC_CB_WND_PE: UINT = 1; [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/wa_ipc.rs:744:26 [INFO] [stdout] | [INFO] [stdout] 744 | pub const IPC_CB_WND_MB: UINT = 2; [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/wa_ipc.rs:745:29 [INFO] [stdout] | [INFO] [stdout] 745 | pub const IPC_CB_WND_VIDEO: UINT = 3; [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/wa_ipc.rs:746:28 [INFO] [stdout] | [INFO] [stdout] 746 | pub const IPC_CB_WND_MAIN: UINT = 4; [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/wa_ipc.rs:747:29 [INFO] [stdout] | [INFO] [stdout] 747 | pub const IPC_CB_ONSHOWWND: UINT = 600; [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/wa_ipc.rs:748:29 [INFO] [stdout] | [INFO] [stdout] 748 | pub const IPC_CB_ONHIDEWND: UINT = 601; [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/wa_ipc.rs:749:30 [INFO] [stdout] | [INFO] [stdout] 749 | pub const IPC_CB_GETTOOLTIP: UINT = 602; [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/wa_ipc.rs:750:24 [INFO] [stdout] | [INFO] [stdout] 750 | pub const IPC_CB_MISC: UINT = 603; [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/wa_ipc.rs:751:30 [INFO] [stdout] | [INFO] [stdout] 751 | pub const IPC_CB_MISC_TITLE: 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/wa_ipc.rs:752:31 [INFO] [stdout] | [INFO] [stdout] 752 | pub const IPC_CB_MISC_VOLUME: UINT = 1; [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/wa_ipc.rs:753:31 [INFO] [stdout] | [INFO] [stdout] 753 | pub const IPC_CB_MISC_STATUS: UINT = 2; [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/wa_ipc.rs:754:27 [INFO] [stdout] | [INFO] [stdout] 754 | pub const IPC_CB_MISC_EQ: UINT = 3; [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/wa_ipc.rs:755:29 [INFO] [stdout] | [INFO] [stdout] 755 | pub const IPC_CB_MISC_INFO: UINT = 4; [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/wa_ipc.rs:756:34 [INFO] [stdout] | [INFO] [stdout] 756 | pub const IPC_CB_MISC_VIDEOINFO: UINT = 5; [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/wa_ipc.rs:757:37 [INFO] [stdout] | [INFO] [stdout] 757 | pub const IPC_CB_MISC_TITLE_RATING: UINT = 6; [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/wa_ipc.rs:758:34 [INFO] [stdout] | [INFO] [stdout] 758 | pub const IPC_CB_CONVERT_STATUS: UINT = 604; [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/wa_ipc.rs:759:32 [INFO] [stdout] | [INFO] [stdout] 759 | pub const IPC_CB_CONVERT_DONE: UINT = 605; [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/wa_ipc.rs:760:40 [INFO] [stdout] | [INFO] [stdout] 760 | pub const IPC_ADJUST_FFWINDOWSMENUPOS: UINT = 606; [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/wa_ipc.rs:761:29 [INFO] [stdout] | [INFO] [stdout] 761 | pub const IPC_ISDOUBLESIZE: UINT = 608; [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/wa_ipc.rs:762:40 [INFO] [stdout] | [INFO] [stdout] 762 | pub const IPC_ADJUST_FFOPTIONSMENUPOS: UINT = 609; [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/wa_ipc.rs:763:35 [INFO] [stdout] | [INFO] [stdout] 763 | pub const IPC_GETTIMEDISPLAYMODE: UINT = 610; [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/wa_ipc.rs:764:26 [INFO] [stdout] | [INFO] [stdout] 764 | pub const IPC_SETVISWND: UINT = 611; [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/wa_ipc.rs:765:24 [INFO] [stdout] | [INFO] [stdout] 765 | pub const ID_VIS_NEXT: UINT = 40382; [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/wa_ipc.rs:766:24 [INFO] [stdout] | [INFO] [stdout] 766 | pub const ID_VIS_PREV: UINT = 40383; [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/wa_ipc.rs:767:26 [INFO] [stdout] | [INFO] [stdout] 767 | pub const ID_VIS_RANDOM: UINT = 40384; [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/wa_ipc.rs:768:22 [INFO] [stdout] | [INFO] [stdout] 768 | pub const ID_VIS_FS: UINT = 40389; [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/wa_ipc.rs:769:23 [INFO] [stdout] | [INFO] [stdout] 769 | pub const ID_VIS_CFG: UINT = 40390; [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/wa_ipc.rs:770:24 [INFO] [stdout] | [INFO] [stdout] 770 | pub const ID_VIS_MENU: UINT = 40391; [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/wa_ipc.rs:771:26 [INFO] [stdout] | [INFO] [stdout] 771 | pub const IPC_GETVISWND: UINT = 612; [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/wa_ipc.rs:772:29 [INFO] [stdout] | [INFO] [stdout] 772 | pub const IPC_ISVISRUNNING: UINT = 613; [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/wa_ipc.rs:773:29 [INFO] [stdout] | [INFO] [stdout] 773 | pub const IPC_CB_VISRANDOM: UINT = 628; [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/wa_ipc.rs:774:34 [INFO] [stdout] | [INFO] [stdout] 774 | pub const IPC_SETIDEALVIDEOSIZE: UINT = 614; [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/wa_ipc.rs:775:36 [INFO] [stdout] | [INFO] [stdout] 775 | pub const IPC_GETSTOPONVIDEOCLOSE: UINT = 615; [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/wa_ipc.rs:776:36 [INFO] [stdout] | [INFO] [stdout] 776 | pub const IPC_SETSTOPONVIDEOCLOSE: UINT = 616; [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/wa_ipc.rs:781:15 [INFO] [stdout] | [INFO] [stdout] 781 | pub hwnd: HWND, [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/wa_ipc.rs:783:17 [INFO] [stdout] | [INFO] [stdout] 783 | pub 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/wa_ipc.rs:784:17 [INFO] [stdout] | [INFO] [stdout] 784 | pub 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/wa_ipc.rs:787:37 [INFO] [stdout] | [INFO] [stdout] 787 | pub const IPC_TRANSLATEACCELERATOR: UINT = 617; [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/wa_ipc.rs:798:31 [INFO] [stdout] | [INFO] [stdout] 798 | pub const IPC_CB_ONTOGGLEAOT: UINT = 618; [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/wa_ipc.rs:799:28 [INFO] [stdout] | [INFO] [stdout] 799 | pub const IPC_GETPREFSWND: UINT = 619; [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/wa_ipc.rs:800:35 [INFO] [stdout] | [INFO] [stdout] 800 | pub const IPC_SET_PE_WIDTHHEIGHT: UINT = 620; [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/wa_ipc.rs:801:40 [INFO] [stdout] | [INFO] [stdout] 801 | pub const IPC_GETLANGUAGEPACKINSTANCE: UINT = 621; [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/wa_ipc.rs:802:27 [INFO] [stdout] | [INFO] [stdout] 802 | pub const LANG_IDENT_STR: 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/wa_ipc.rs:803:27 [INFO] [stdout] | [INFO] [stdout] 803 | pub const LANG_LANG_CODE: UINT = 1; [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/wa_ipc.rs:804:30 [INFO] [stdout] | [INFO] [stdout] 804 | pub const LANG_COUNTRY_CODE: UINT = 2; [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/wa_ipc.rs:805:30 [INFO] [stdout] | [INFO] [stdout] 805 | pub const IPC_CB_PEINFOTEXT: UINT = 622; [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/wa_ipc.rs:806:33 [INFO] [stdout] | [INFO] [stdout] 806 | pub const IPC_CB_OUTPUTCHANGED: UINT = 623; [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/wa_ipc.rs:807:32 [INFO] [stdout] | [INFO] [stdout] 807 | pub const IPC_GETOUTPUTPLUGIN: UINT = 625; [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/wa_ipc.rs:808:31 [INFO] [stdout] | [INFO] [stdout] 808 | pub const IPC_SETDRAWBORDERS: UINT = 626; [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/wa_ipc.rs:809:35 [INFO] [stdout] | [INFO] [stdout] 809 | pub const IPC_DISABLESKINCURSORS: UINT = 627; [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/wa_ipc.rs:810:31 [INFO] [stdout] | [INFO] [stdout] 810 | pub const IPC_GETSKINCURSORS: UINT = 628; [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/wa_ipc.rs:811:29 [INFO] [stdout] | [INFO] [stdout] 811 | pub const IPC_CB_RESETFONT: UINT = 629; [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/wa_ipc.rs:812:30 [INFO] [stdout] | [INFO] [stdout] 812 | pub const IPC_IS_FULLSCREEN: UINT = 630; [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/wa_ipc.rs:813:32 [INFO] [stdout] | [INFO] [stdout] 813 | pub const IPC_SET_VIS_FS_FLAG: UINT = 631; [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/wa_ipc.rs:814:34 [INFO] [stdout] | [INFO] [stdout] 814 | pub const IPC_SHOW_NOTIFICATION: UINT = 632; [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/wa_ipc.rs:815:28 [INFO] [stdout] | [INFO] [stdout] 815 | pub const IPC_GETSKININFO: UINT = 633; [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/wa_ipc.rs:816:29 [INFO] [stdout] | [INFO] [stdout] 816 | pub const IPC_GETSKININFOW: UINT = 1633; [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/wa_ipc.rs:817:36 [INFO] [stdout] | [INFO] [stdout] 817 | pub const IPC_GET_MANUALPLADVANCE: UINT = 634; [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/wa_ipc.rs:818:36 [INFO] [stdout] | [INFO] [stdout] 818 | pub const IPC_SET_MANUALPLADVANCE: UINT = 635; [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/wa_ipc.rs:819:32 [INFO] [stdout] | [INFO] [stdout] 819 | pub const IPC_GET_NEXT_PLITEM: UINT = 636; [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/wa_ipc.rs:820:36 [INFO] [stdout] | [INFO] [stdout] 820 | pub const IPC_GET_PREVIOUS_PLITEM: UINT = 637; [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/wa_ipc.rs:821:28 [INFO] [stdout] | [INFO] [stdout] 821 | pub const IPC_IS_WNDSHADE: UINT = 638; [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/wa_ipc.rs:822:26 [INFO] [stdout] | [INFO] [stdout] 822 | pub const IPC_SETRATING: UINT = 639; [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/wa_ipc.rs:823:26 [INFO] [stdout] | [INFO] [stdout] 823 | pub const IPC_GETRATING: UINT = 640; [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/wa_ipc.rs:824:34 [INFO] [stdout] | [INFO] [stdout] 824 | pub const IPC_GETNUMAUDIOTRACKS: UINT = 641; [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/wa_ipc.rs:825:34 [INFO] [stdout] | [INFO] [stdout] 825 | pub const IPC_GETNUMVIDEOTRACKS: UINT = 642; [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/wa_ipc.rs:826:30 [INFO] [stdout] | [INFO] [stdout] 826 | pub const IPC_GETAUDIOTRACK: UINT = 643; [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/wa_ipc.rs:827:30 [INFO] [stdout] | [INFO] [stdout] 827 | pub const IPC_GETVIDEOTRACK: UINT = 644; [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/wa_ipc.rs:828:30 [INFO] [stdout] | [INFO] [stdout] 828 | pub const IPC_SETAUDIOTRACK: UINT = 645; [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/wa_ipc.rs:829:30 [INFO] [stdout] | [INFO] [stdout] 829 | pub const IPC_SETVIDEOTRACK: UINT = 646; [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/wa_ipc.rs:830:34 [INFO] [stdout] | [INFO] [stdout] 830 | pub const IPC_PUSH_DISABLE_EXIT: UINT = 647; [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/wa_ipc.rs:831:33 [INFO] [stdout] | [INFO] [stdout] 831 | pub const IPC_POP_DISABLE_EXIT: UINT = 648; [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/wa_ipc.rs:832:32 [INFO] [stdout] | [INFO] [stdout] 832 | pub const IPC_IS_EXIT_ENABLED: UINT = 649; [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/wa_ipc.rs:833:23 [INFO] [stdout] | [INFO] [stdout] 833 | pub const IPC_IS_AOT: UINT = 650; [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/wa_ipc.rs:834:32 [INFO] [stdout] | [INFO] [stdout] 834 | pub const IPC_USES_RECYCLEBIN: UINT = 651; [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/wa_ipc.rs:835:28 [INFO] [stdout] | [INFO] [stdout] 835 | pub const IPC_FLUSHAUDITS: UINT = 652; [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/wa_ipc.rs:836:34 [INFO] [stdout] | [INFO] [stdout] 836 | pub const IPC_GETPLAYITEM_START: UINT = 653; [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/wa_ipc.rs:837:32 [INFO] [stdout] | [INFO] [stdout] 837 | pub const IPC_GETPLAYITEM_END: UINT = 654; [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/wa_ipc.rs:838:31 [INFO] [stdout] | [INFO] [stdout] 838 | pub const IPC_GETVIDEORESIZE: UINT = 655; [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/wa_ipc.rs:839:31 [INFO] [stdout] | [INFO] [stdout] 839 | pub const IPC_SETVIDEORESIZE: UINT = 656; [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/wa_ipc.rs:840:35 [INFO] [stdout] | [INFO] [stdout] 840 | pub const IPC_INITIAL_SHOW_STATE: UINT = 657; [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/wa_ipc.rs:841:22 [INFO] [stdout] | [INFO] [stdout] 841 | pub const IPC_PLCMD: UINT = 1000; [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/wa_ipc.rs:842:22 [INFO] [stdout] | [INFO] [stdout] 842 | pub const PLCMD_ADD: 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/wa_ipc.rs:843:22 [INFO] [stdout] | [INFO] [stdout] 843 | pub const PLCMD_REM: UINT = 1; [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/wa_ipc.rs:844:22 [INFO] [stdout] | [INFO] [stdout] 844 | pub const PLCMD_SEL: UINT = 2; [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/wa_ipc.rs:845:23 [INFO] [stdout] | [INFO] [stdout] 845 | pub const PLCMD_MISC: UINT = 3; [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/wa_ipc.rs:846:23 [INFO] [stdout] | [INFO] [stdout] 846 | pub const PLCMD_LIST: UINT = 4; [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/wa_ipc.rs:847:23 [INFO] [stdout] | [INFO] [stdout] 847 | pub const MBCMD_BACK: 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/wa_ipc.rs:848:26 [INFO] [stdout] | [INFO] [stdout] 848 | pub const MBCMD_FORWARD: UINT = 1; [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/wa_ipc.rs:849:23 [INFO] [stdout] | [INFO] [stdout] 849 | pub const MBCMD_STOP: UINT = 2; [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/wa_ipc.rs:850:25 [INFO] [stdout] | [INFO] [stdout] 850 | pub const MBCMD_RELOAD: UINT = 3; [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/wa_ipc.rs:851:23 [INFO] [stdout] | [INFO] [stdout] 851 | pub const MBCMD_MISC: UINT = 4; [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/wa_ipc.rs:852:23 [INFO] [stdout] | [INFO] [stdout] 852 | pub const IPC_VIDCMD: UINT = 1002; [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/wa_ipc.rs:853:30 [INFO] [stdout] | [INFO] [stdout] 853 | pub const VIDCMD_FULLSCREEN: 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/wa_ipc.rs:854:22 [INFO] [stdout] | [INFO] [stdout] 854 | pub const VIDCMD_1X: UINT = 1; [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/wa_ipc.rs:855:22 [INFO] [stdout] | [INFO] [stdout] 855 | pub const VIDCMD_2X: UINT = 2; [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/wa_ipc.rs:856:23 [INFO] [stdout] | [INFO] [stdout] 856 | pub const VIDCMD_LIB: UINT = 3; [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/wa_ipc.rs:857:26 [INFO] [stdout] | [INFO] [stdout] 857 | pub const VIDPOPUP_MISC: UINT = 4; [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/wa_ipc.rs:858:38 [INFO] [stdout] | [INFO] [stdout] 858 | pub const IPC_STATS_LIBRARY_ITEMCNT: UINT = 1300; [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/wa_ipc.rs:859:25 [INFO] [stdout] | [INFO] [stdout] 859 | pub const IPC_FF_FIRST: UINT = 2000; [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/wa_ipc.rs:860:38 [INFO] [stdout] | [INFO] [stdout] 860 | pub const IPC_FF_COLOURTHEME_CHANGE: UINT = IPC_FF_ONCOLORTHEMECHANGED; [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/wa_ipc.rs:861:39 [INFO] [stdout] | [INFO] [stdout] 861 | pub const IPC_FF_ONCOLORTHEMECHANGED: UINT = IPC_FF_FIRST + 3; [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/wa_ipc.rs:862:29 [INFO] [stdout] | [INFO] [stdout] 862 | pub const IPC_FF_ISMAINWND: UINT = IPC_FF_FIRST + 4; [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/wa_ipc.rs:863:33 [INFO] [stdout] | [INFO] [stdout] 863 | pub const IPC_FF_GETCONTENTWND: UINT = IPC_FF_FIRST + 5; [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/wa_ipc.rs:864:32 [INFO] [stdout] | [INFO] [stdout] 864 | pub const IPC_FF_NOTIFYHOTKEY: UINT = IPC_FF_FIRST + 6; [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/wa_ipc.rs:865:24 [INFO] [stdout] | [INFO] [stdout] 865 | pub const IPC_FF_LAST: UINT = 3000; [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/wa_ipc.rs:866:30 [INFO] [stdout] | [INFO] [stdout] 866 | pub const IPC_GETDROPTARGET: UINT = 3001; [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/wa_ipc.rs:867:34 [INFO] [stdout] | [INFO] [stdout] 867 | pub const IPC_PLAYLIST_MODIFIED: UINT = 3002; [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/wa_ipc.rs:868:29 [INFO] [stdout] | [INFO] [stdout] 868 | pub const IPC_PLAYING_FILE: UINT = 3003; [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/wa_ipc.rs:869:30 [INFO] [stdout] | [INFO] [stdout] 869 | pub const IPC_PLAYING_FILEW: UINT = 13003; [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/wa_ipc.rs:870:42 [INFO] [stdout] | [INFO] [stdout] 870 | pub const IPC_FILE_TAG_MAY_HAVE_UPDATED: UINT = 3004; [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/wa_ipc.rs:871:43 [INFO] [stdout] | [INFO] [stdout] 871 | pub const IPC_FILE_TAG_MAY_HAVE_UPDATEDW: UINT = 3005; [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/wa_ipc.rs:872:35 [INFO] [stdout] | [INFO] [stdout] 872 | pub const IPC_ALLOW_PLAYTRACKING: UINT = 3007; [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/wa_ipc.rs:873:30 [INFO] [stdout] | [INFO] [stdout] 873 | pub const IPC_HOOK_OKTOQUIT: UINT = 3010; [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/wa_ipc.rs:874:28 [INFO] [stdout] | [INFO] [stdout] 874 | pub const IPC_WRITECONFIG: UINT = 3011; [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/wa_ipc.rs:875:27 [INFO] [stdout] | [INFO] [stdout] 875 | pub const IPC_UPDATE_URL: UINT = 3012; [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/wa_ipc.rs:876:29 [INFO] [stdout] | [INFO] [stdout] 876 | pub const IPC_GET_RANDFUNC: UINT = 3015; [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/wa_ipc.rs:877:33 [INFO] [stdout] | [INFO] [stdout] 877 | pub const IPC_METADATA_CHANGED: UINT = 3017; [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/wa_ipc.rs:878:29 [INFO] [stdout] | [INFO] [stdout] 878 | pub const IPC_SKIN_CHANGED: UINT = 3018; [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/wa_ipc.rs:879:40 [INFO] [stdout] | [INFO] [stdout] 879 | pub const IPC_REGISTER_LOWORD_COMMAND: UINT = 3019; [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/wa_ipc.rs:880:36 [INFO] [stdout] | [INFO] [stdout] 880 | pub const IPC_GET_DISPATCH_OBJECT: UINT = 3020; [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/wa_ipc.rs:881:39 [INFO] [stdout] | [INFO] [stdout] 881 | pub const IPC_GET_UNIQUE_DISPATCH_ID: UINT = 3021; [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/wa_ipc.rs:882:36 [INFO] [stdout] | [INFO] [stdout] 882 | pub const IPC_ADD_DISPATCH_OBJECT: UINT = 3022; [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/wa_ipc.rs:889:13 [INFO] [stdout] | [INFO] [stdout] 889 | pub id: DWORD, [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/wa_ipc.rs:891:33 [INFO] [stdout] | [INFO] [stdout] 891 | pub const IPC_GET_PROXY_STRING: UINT = 3023; [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/wa_ipc.rs:892:29 [INFO] [stdout] | [INFO] [stdout] 892 | pub const IPC_USE_REGISTRY: UINT = 3024; [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/wa_ipc.rs:893:32 [INFO] [stdout] | [INFO] [stdout] 893 | pub const IPC_GET_API_SERVICE: UINT = 3025; [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/wa_ipc.rs:904:40 [INFO] [stdout] | [INFO] [stdout] 904 | pub const IPC_GET_EXTENDED_FILE_INFOW: UINT = 3026; [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/wa_ipc.rs:905:49 [INFO] [stdout] | [INFO] [stdout] 905 | pub const IPC_GET_EXTENDED_FILE_INFOW_HOOKABLE: UINT = 3027; [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/wa_ipc.rs:906:40 [INFO] [stdout] | [INFO] [stdout] 906 | pub const IPC_SET_EXTENDED_FILE_INFOW: UINT = 3028; [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/wa_ipc.rs:907:43 [INFO] [stdout] | [INFO] [stdout] 907 | pub const IPC_PLAYLIST_GET_NEXT_SELECTED: UINT = 3029; [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/wa_ipc.rs:908:44 [INFO] [stdout] | [INFO] [stdout] 908 | pub const IPC_PLAYLIST_GET_SELECTED_COUNT: UINT = 3030; [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/wa_ipc.rs:909:37 [INFO] [stdout] | [INFO] [stdout] 909 | pub const IPC_GET_PLAYING_FILENAME: UINT = 3031; [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/wa_ipc.rs:910:25 [INFO] [stdout] | [INFO] [stdout] 910 | pub const IPC_OPEN_URL: UINT = 3032; [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/wa_ipc.rs:911:33 [INFO] [stdout] | [INFO] [stdout] 911 | pub const IPC_USE_UXTHEME_FUNC: UINT = 3033; [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/wa_ipc.rs:912:34 [INFO] [stdout] | [INFO] [stdout] 912 | pub const IPC_ISWINTHEMEPRESENT: 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/wa_ipc.rs:913:40 [INFO] [stdout] | [INFO] [stdout] 913 | pub const IPC_ISAEROCOMPOSITIONACTIVE: UINT = 1; [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/wa_ipc.rs:914:34 [INFO] [stdout] | [INFO] [stdout] 914 | pub const IPC_GET_PLAYING_TITLE: UINT = 3034; [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/wa_ipc.rs:915:24 [INFO] [stdout] | [INFO] [stdout] 915 | pub const IPC_CANPLAY: UINT = 3035; [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/wa_ipc.rs:921:17 [INFO] [stdout] | [INFO] [stdout] 921 | pub parent: 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/wa_ipc.rs:934:31 [INFO] [stdout] | [INFO] [stdout] 934 | pub const IPC_FETCH_ALBUMART: UINT = 3036; [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/wa_ipc.rs:935:43 [INFO] [stdout] | [INFO] [stdout] 935 | pub const IPC_JSAPI2_GET_DISPATCH_OBJECT: UINT = 3037; [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/wa_ipc.rs:936:43 [INFO] [stdout] | [INFO] [stdout] 936 | pub const IPC_REGISTER_WINAMP_IPCMESSAGE: UINT = 65536; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 328 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `winamp-sys` [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] [stdout] error: aborting due to 328 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c1c1e463571729ee1889e2ab1a2bccdfcd93af7db2fd96c533d70edfeda476d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1c1e463571729ee1889e2ab1a2bccdfcd93af7db2fd96c533d70edfeda476d8", kill_on_drop: false }` [INFO] [stdout] c1c1e463571729ee1889e2ab1a2bccdfcd93af7db2fd96c533d70edfeda476d8