Commit d141f958 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

cryptui: Turn static variable 'import_filters' into a constant.

parent fedd1cb3
......@@ -4905,7 +4905,7 @@ static const WCHAR filter_cms[] = { '*','.','s','p','c',';','*','.',
'p','7','b',0 };
static const WCHAR filter_all[] = { '*','.','*',0 };
static struct StringToFilter
static const struct
{
int id;
DWORD allowFlags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment