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,7 +23,7 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue