[PowerRename][Dev]Suppress redundant midl warning (#29070)

* [PowerRename] Suppress redundant midl warning

* spelling

* f: spelling #2

* spelling 3
This commit is contained in:
Andrey Nekrasov
2023-10-09 17:21:18 +02:00
committed by GitHub
parent 6482e9b0de
commit 2991da5d70
2 changed files with 4 additions and 5 deletions

View File

@@ -136,7 +136,6 @@ BITMAPFILEHEADER
bitmapimage bitmapimage
BITMAPINFO BITMAPINFO
BITMAPINFOHEADER BITMAPINFOHEADER
Bitmaps
bitmask bitmask
BITSPIXEL BITSPIXEL
bla bla
@@ -1080,7 +1079,7 @@ mic
microsoft microsoft
MIDDLEDOWN MIDDLEDOWN
MIDDLEUP MIDDLEUP
Midl midl
mii mii
MIIM MIIM
millis millis
@@ -1677,7 +1676,6 @@ Sekan
SENDCHANGE SENDCHANGE
sendinput sendinput
sendvirtualinput sendvirtualinput
Seperate
Seraphima Seraphima
serverside serverside
SETCONTEXT SETCONTEXT
@@ -1782,7 +1780,6 @@ spam
spdisp spdisp
spdlog spdlog
spdo spdo
spec'ing
spesi spesi
splitwstring splitwstring
spsi spsi
@@ -1836,7 +1833,6 @@ stringtable
stringval stringval
Strm Strm
Strmiids Strmiids
Stroe
Strret Strret
strsafe strsafe
strutil strutil

View File

@@ -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 namespace PowerRenameUI
{ {
[default_interface] runtimeclass ExplorerItemsSource : [default_interface] runtimeclass ExplorerItemsSource :