Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Dec 7, 2024
1 parent 577e3da commit c4cfd84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/dll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ use crate::{
use windows as Windows;
use windows::core::{implement, IUnknown, Interface, GUID, HRESULT};
use windows::Win32::{
Foundation::*, System::Com::IClassFactory_Impl, System::LibraryLoader::GetModuleFileNameW,
UI::Shell::PropertiesSystem::{IInitializeWithStream, IPropertyStore},
Foundation::*,
System::Com::IClassFactory_Impl,
System::LibraryLoader::GetModuleFileNameW,
System::SystemServices::DLL_PROCESS_ATTACH,
UI::Shell::PropertiesSystem::{IInitializeWithStream, IPropertyStore},
};

static mut DLL_INSTANCE: HINSTANCE = HINSTANCE(std::ptr::null_mut());
Expand Down

0 comments on commit c4cfd84

Please sign in to comment.