tdf#164420 Fix unselected Check/Radio buttons not following themes in GTK
[LibreOffice.git] / external / firebird / msvc.patch
blob3f403b49609800f6ba92a861e703efadea239ec2
1 --- src/auth/trusted/AuthSspi.cpp
2 +++ src/auth/trusted/AuthSspi.cpp
3 @@ -109,7 +109,7 @@
4 groupNames(*getDefaultMemoryPool()), sessionKey(*getDefaultMemoryPool())
6 TimeStamp timeOut;
7 - hasCredentials = initEntries() && (fAcquireCredentialsHandle(0, "NTLM",
8 + hasCredentials = initEntries() && (fAcquireCredentialsHandle(0, const_cast<char *>("NTLM"),
9 SECPKG_CRED_BOTH, 0, 0, 0, 0,
10 &secHndl, &timeOut) == SEC_E_OK);