Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Nov 16, 2023
1 parent 7c2afd2 commit e90914b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/pluginapi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ use std::{
};

use windows_sys::Win32::{
Foundation::GlobalFree,
Globalization::{lstrcpyW, lstrcpynW},
System::Memory::{GlobalAlloc, GlobalFree, GPTR},
System::Memory::{GlobalAlloc, GPTR},
};

static mut G_STRINGSIZE: u32 = 0;
Expand Down

0 comments on commit e90914b

Please sign in to comment.