File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// Licensed under the MIT License.
3
3
4
4
using Microsoft . UI . Xaml . Controls ;
5
+ using Windows . Foundation . Metadata ;
5
6
6
7
namespace Files . App . Actions
7
8
{
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Files Community
2
2
// Licensed under the MIT License.
3
3
4
- using Microsoft . Extensions . Logging ;
5
4
using System . Runtime . InteropServices ;
6
5
using Windows . Win32 ;
7
6
using Windows . Win32 . Foundation ;
7
+ using Windows . Win32 . System . Com ;
8
8
using Windows . Win32 . UI . Shell ;
9
- using static Vanara . PInvoke . Ole32 ;
10
9
11
10
namespace Files . App . Services
12
11
{
@@ -136,7 +135,7 @@ private unsafe bool RestoreAllTrashesInternal()
136
135
hr = pFileOperation . Get ( ) ->PerformOperations ( ) ;
137
136
138
137
// Reset the icon
139
- Win32PInvoke . SHUpdateRecycleBinIcon ( ) ;
138
+ PInvoke . SHUpdateRecycleBinIcon ( ) ;
140
139
141
140
return true ;
142
141
}
You can’t perform that action at this time.
0 commit comments