mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
950c86fb4c
Based on https://stackoverflow.com/a/1511273 Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
30 lines
1 KiB
Text
30 lines
1 KiB
Text
HKCR
|
|
{
|
|
NoRemove CLSID
|
|
{
|
|
'{00020000-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
|
|
'{00020001-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
|
|
'{00020003-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
|
|
'{0002000d-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
|
|
'{0002000f-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
|
|
}
|
|
NoRemove AVIFile
|
|
{
|
|
Compressors
|
|
{
|
|
auds = s '{0002000F-0000-0000-C000-000000000046}'
|
|
vids = s '{00020001-0000-0000-C000-000000000046}'
|
|
}
|
|
Extensions
|
|
{
|
|
AU = s '{00020003-0000-0000-C000-000000000046}'
|
|
AVI = s '{00020000-0000-0000-C000-000000000046}'
|
|
WAV = s '{00020003-0000-0000-C000-000000000046}'
|
|
}
|
|
RIFFHandlers
|
|
{
|
|
AVI = s '{00020000-0000-0000-C000-000000000046}'
|
|
WAVE = s '{00020003-0000-0000-C000-000000000046}'
|
|
}
|
|
}
|
|
}
|