Skip to content

Commit a9f89aa

Browse files
committed
review fixes
1 parent 3c20149 commit a9f89aa

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- **ALSA**: `Debug` implementations for `Host`, `Device`, `Stream`, and internal types.
4444
- **ALSA**: Example demonstrating ALSA error suppression during enumeration.
4545
- **ALSA**: Support for native DSD playback.
46-
- **WASAPI**: Enable as-necessary resampling in the WASAPI server process.
4746
- **ASIO**: Extension trait for ASIO devices, which allows opening the control panel.
48-
47+
- **WASAPI**: Enable as-necessary resampling in the WASAPI server process.
4948

5049
### Changed
5150

asio-sys/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ fn main() {
7373
println!("cargo:rustc-link-lib=dylib=advapi32");
7474
println!("cargo:rustc-link-lib=dylib=ole32");
7575
println!("cargo:rustc-link-lib=dylib=user32");
76-
println!("cargo:rustc-link-lib=dylib=Advapi32");
7776
println!("cargo:rustc-link-search={}", out_dir.display());
7877
println!("cargo:rustc-link-lib=static=asio");
7978
println!("cargo:rustc-cfg=asio");

0 commit comments

Comments
 (0)