propsys/tests: Fix build with MSVC.
commit60fa2d7aa5a8558f28bcf03e631d3783c46822b1
authorThomas Faber <thomas.faber@reactos.org>
Wed, 9 Nov 2016 11:08:06 +0000 (9 12:08 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 9 Nov 2016 15:33:45 +0000 (9 16:33 +0100)
treeff0a0f98269941f0200d6c5d91f7af0ae7146678
parent8d3392a8ce4e75eaca858c2c96f666f1ab57834e
propsys/tests: Fix build with MSVC.

VC2010 does not allow initializing a struct inside a struct with a variable.

E.g.
error C2440: 'initializing' : cannot convert from 'PROPERTYKEY' to 'unsigned long'

Signed-off-by: Thomas Faber <thomas.faber@reactos.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/propsys/tests/propsys.c