Eliminate dependency on UNICODE macro.

This commit is contained in:
Andy Polyakov
2005-06-27 21:21:12 +00:00
parent 71a61c573e
commit beae6324e5
2 changed files with 21 additions and 2 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;