Commit 26f8ac8f authored by Alexandre Julliard's avatar Alexandre Julliard

shell32: Avoid a duplicate const.

parent 36301db4
......@@ -49,7 +49,7 @@ enum tid_t {
};
static ITypeLib *typelib;
static const REFIID tid_ids[] =
static const IID * const tid_ids[] =
{
&IID_NULL,
&IID_IShellDispatch5,
......
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