Eliminate dependency on UNICODE macro.

This commit is contained in:
Andy Polyakov
2005-06-27 21:27:23 +00:00
parent 53bb3bee34
commit 83e68987b3
2 changed files with 20 additions and 17 deletions

View File

@@ -297,7 +297,7 @@ load_krb5_dll(void)
HANDLE hKRB5_32;
krb5_loaded++;
hKRB5_32 = LoadLibrary("KRB5_32");
hKRB5_32 = LoadLibrary(TEXT("KRB5_32"));
if (!hKRB5_32)
return;