1
0
Fork 0
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:
Werner Koch 2005-03-30 10:39:13 +00:00
parent 4d5285ee87
commit 1985805cdf
6 changed files with 31 additions and 18 deletions

View file

@ -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)
{