X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9099600a456181adfd1df13c387007d4f3f71a3e..23e4df365f332a92d97fae27212b2cf777d5b8e0:/windows/winstore.c diff --git a/windows/winstore.c b/windows/winstore.c index 5477f113..d011dbfa 100644 --- a/windows/winstore.c +++ b/windows/winstore.c @@ -499,6 +499,7 @@ static HANDLE access_random_seed(int action) * so stuff that. */ shell32_module = LoadLibrary("SHELL32.DLL"); GET_WINDOWS_FUNCTION(shell32_module, SHGetFolderPathA); + tried_shgetfolderpath = TRUE; } if (p_SHGetFolderPathA) { if (SUCCEEDED(p_SHGetFolderPathA(NULL, CSIDL_LOCAL_APPDATA,