On Dec 3, 2008, at 8:34 PM, dgorbachev(a)svn.reactos.org wrote:
Author: dgorbachev
Date: Wed Dec 3 11:34:49 2008
New Revision: 37830
-static FREELDR_SETTINGS Settings = { 0, {0}, 0 };
+static FREELDR_SETTINGS Settings = { 0, { 0, }, 0, 0, FALSE };
I suspect there is a typo in the above line ("extra" comma within
braces, should've been something like 0, {0, 0}, 0, FALSE instead
probably).
WBR,
Aleksey.