From 2122e571487769915438f464b8c22f5507ecd17e Mon Sep 17 00:00:00 2001 From: Angel Date: Thu, 4 Jul 2019 13:41:10 -0500 Subject: [PATCH] Changed handleapi feature link library from kernel32 to WindowsApp to address/fix https://github.com/retep998/winapi-rs/issues/781. --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 3259f1454..c172c420f 100644 --- a/build.rs +++ b/build.rs @@ -195,7 +195,7 @@ const DATA: &'static [(&'static str, &'static [&'static str], &'static [&'static ("fileapi", &["minwinbase", "minwindef", "winnt"], &["kernel32"]), ("functiondiscoverykeys_devpkey", &["wtypes"], &[]), ("gl-gl", &[], &["opengl32"]), - ("handleapi", &["minwindef", "winnt"], &["kernel32"]), + ("handleapi", &["minwindef", "winnt"], &["WindowsApp"]), ("heapapi", &["basetsd", "minwinbase", "minwindef", "winnt"], &["kernel32"]), ("highlevelmonitorconfigurationapi", &["minwindef", "physicalmonitorenumerationapi", "winnt"], &["dxva2"]), ("http", &["guiddef", "minwinbase", "minwindef", "sspi", "winnt", "ws2def"], &["winhttp"]),