mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
(pin_cb): Print a warning if the info string hack is
not there. This may happen due to typos in the translation.
This commit is contained in:
parent
4d5285ee87
commit
1985805cdf
6 changed files with 31 additions and 18 deletions
|
@ -1027,7 +1027,7 @@ static HRESULT
|
|||
w32_shgetfolderpath (HWND a, int b, HANDLE c, DWORD d, LPSTR e)
|
||||
{
|
||||
static int initialized;
|
||||
static HRESULT (* WINAPI func)(HWND,int,HANDLE,DWORD,LPSTR);
|
||||
static HRESULT (WINAPI * func)(HWND,int,HANDLE,DWORD,LPSTR);
|
||||
|
||||
if (!initialized)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue