https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2be9ea9c3beb343674a090e8e84621c0f8ffafd2

commit 2be9ea9c3beb343674a090e8e84621c0f8ffafd2
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Sat Dec 25 21:40:59 2021 +0900
Commit:     GitHub <[email protected]>
CommitDate: Sat Dec 25 21:40:59 2021 +0900

    [BOOTDATA] Support EMF/WMF metafile file types (#4183)
    
    Improve "Open with" registry info. CORE-17814
---
 boot/bootdata/hivesft.inf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boot/bootdata/hivesft.inf b/boot/bootdata/hivesft.inf
index ad07c1fdf53..8ba9faac33f 100644
--- a/boot/bootdata/hivesft.inf
+++ b/boot/bootdata/hivesft.inf
@@ -88,8 +88,8 @@ 
HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".jpeg",0x000000
 
HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".jpe",0x00000000,""
 
HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".jfif",0x00000000,""
 
HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".gif",0x00000000,""
-; 
HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".emf",0x00000000,""
 ; NOT SUPPORTED YET
-; 
HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".wmf",0x00000000,""
 ; NOT SUPPORTED YET
+HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".emf",0x00000000,""
+HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".wmf",0x00000000,""
 
HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".tif",0x00000000,""
 
HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".tiff",0x00000000,""
 
HKLM,"SOFTWARE\Classes\Applications\mspaint.exe\SupportedTypes",".png",0x00000000,""

Reply via email to