diff --git a/clientlib/win/AuthenticatorDetection.cpp b/clientlib/win/AuthenticatorDetection.cpp index f77bf85b7f..e78a65eecb 100644 --- a/clientlib/win/AuthenticatorDetection.cpp +++ b/clientlib/win/AuthenticatorDetection.cpp @@ -70,7 +70,7 @@ EXTERN_C __declspec(dllexport) BOOL DetectSetupAuthenticator(LPCTSTR szProjectUR } else { - fprintf(stderr, TEXT("DetectSetupAuthenticator() - InternetGetCookieEx Failed. GetLastError = '%d'"), GetLastError()); + fprintf(stderr, _T("DetectSetupAuthenticator() - InternetGetCookieEx Failed. GetLastError = '%d'"), GetLastError()); } return bReturnValue;