reactos/dll/win32/shell32/res/rgs/shellfiledefext.rgs
Colin Finck 950c86fb4c Fix remaining text file line endings in the tree. (#18)
Based on https://stackoverflow.com/a/1511273

Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
2017-10-06 15:00:36 +02:00

14 lines
203 B
Plaintext

HKCR
{
NoRemove CLSID
{
ForceRemove {21B22460-3AEA-1069-A2DC-08002B30309D} = s 'File Default Extension'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}