Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PowerRename] Suppress redundant midl warning #29070

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/actions/spell-check/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ BITMAPFILEHEADER
bitmapimage
BITMAPINFO
BITMAPINFOHEADER
Bitmaps
bitmask
BITSPIXEL
bla
Expand Down Expand Up @@ -1080,7 +1079,7 @@ mic
microsoft
MIDDLEDOWN
MIDDLEUP
Midl
midl
mii
MIIM
millis
Expand Down Expand Up @@ -1677,7 +1676,6 @@ Sekan
SENDCHANGE
sendinput
sendvirtualinput
Seperate
Seraphima
serverside
SETCONTEXT
Expand Down Expand Up @@ -1782,7 +1780,6 @@ spam
spdisp
spdlog
spdo
spec'ing
spesi
splitwstring
spsi
Expand Down Expand Up @@ -1836,7 +1833,6 @@ stringtable
stringval
Strm
Strmiids
Stroe
Strret
strsafe
strutil
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// IVectorView and IObservableVector define members with the same name, and we must support both interfaces
midl_pragma warning(disable : 4066)

namespace PowerRenameUI
{
[default_interface] runtimeclass ExplorerItemsSource :
Expand Down