shlwapi: Cast-qual warnings fix (2 of 4)
16 Nov
2006
16 Nov
'06
6:06 a.m.
On Wed, November 15, 2006 5:02 pm, Andrew Talbot wrote:
- static const WCHAR szProperty[] = { + static WCHAR szProperty[] = { '{','D','0','F','C','A','4','2','0',
If they aren't constant, shouldn't they be non-static too? -- Dimi Paun <dimi at lattica.com <http://www.winehq.org/mailman/listinfo/wine-devel> > Lattica, Inc. Hi Dimi, As I understand it, declaring them static means that the storage will be assigned and initialised at compile time, rather than run time, since the size and contents are already known. -- Andy.
6963
Age (days ago)
6963
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Talbot