mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[REGEDIT] Fix declaration of DbgPrint
This commit is contained in:
parent
955b5c27b1
commit
97858f3c87
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
||||||
#include <strsafe.h>
|
#include <strsafe.h>
|
||||||
|
|
||||||
const WCHAR g_szGeneralRegKey[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Applets\\Regedit";
|
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
|
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
|
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
|
TT,TT,TT,TT,RR,RR,RR,RR,BB,BB,BB,BB,SS,SS,SS,SS
|
||||||
|
|
Loading…
Reference in a new issue