Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlapa committed Aug 9, 2024
1 parent 9067870 commit b7272bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions crates/native/src/devices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ mod win_default_device_callback {

/// Implementation of an [`IMMNotificationClient`] used for detecting
/// default audio output device changes.
#[windows_core::implement(IMMNotificationClient)]
#[windows::core::implement(IMMNotificationClient)]
struct AudioEndpointCallback;

#[allow(non_snake_case)]
Expand Down Expand Up @@ -745,9 +745,10 @@ pub unsafe fn init() {
0,
None,
None,
HMODULE(0),
HMODULE(ptr::null_mut()),
None,
);
)
.unwrap();

ShowWindow(hwnd, SW_HIDE);

Expand Down

0 comments on commit b7272bd

Please sign in to comment.