https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b805a7dd50519e4efa4c82...
commit b805a7dd50519e4efa4c825529a41091d4db3e48 Author: Jérôme Gardou jerome.gardou@reactos.org AuthorDate: Wed Nov 25 12:50:08 2020 +0100 Commit: Jérôme Gardou jerome.gardou@reactos.org CommitDate: Tue Dec 22 13:15:01 2020 +0100
[UMANDLG] Define Globals variable in only one translation unit --- base/applications/utilman/umandlg/registry.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/base/applications/utilman/umandlg/registry.c b/base/applications/utilman/umandlg/registry.c index f00d8948221..663394c5532 100644 --- a/base/applications/utilman/umandlg/registry.c +++ b/base/applications/utilman/umandlg/registry.c @@ -11,7 +11,6 @@
/* GLOBALS ********************************************************************/
-UTILMAN_GLOBALS Globals; REGISTRY_DATA RegData; REGISTRY_SETTINGS Settings;