https://git.reactos.org/?p=reactos.git;a=commitdiff;h=97858f3c87caacb9718ac7df6b7f1619b010a063
commit 97858f3c87caacb9718ac7df6b7f1619b010a063 Author: Jérôme Gardou <[email protected]> AuthorDate: Wed Apr 14 10:07:16 2021 +0200 Commit: Jérôme Gardou <[email protected]> CommitDate: Wed Apr 28 13:10:23 2021 +0200 [REGEDIT] Fix declaration of DbgPrint --- base/applications/regedit/settings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/applications/regedit/settings.c b/base/applications/regedit/settings.c index 5d82a64625b..ae9254d6a2f 100644 --- a/base/applications/regedit/settings.c +++ b/base/applications/regedit/settings.c @@ -23,9 +23,9 @@ #include <strsafe.h> const WCHAR g_szGeneralRegKey[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Applets\\Regedit"; -DECLSPEC_IMPORT ULONG WINAPIV DbgPrint(PCH Format,...); +DECLSPEC_IMPORT ULONG WINAPIV DbgPrint(PCCH Format,...); -/* +/* VV,VV,VV,VV,WA,WA,WA,WA,WB,WB,WB,WB,R1,R1,R1,R1 R2,R2,R2,R2,R3,R3,R3,R3,R4,R4,R4,r4,LL,LL,LL,LL TT,TT,TT,TT,RR,RR,RR,RR,BB,BB,BB,BB,SS,SS,SS,SS
