fix(Deps/G3DLite): char to LPTSTR (#6997)

This commit is contained in:
Kitzunu 2021-07-17 14:03:49 +02:00 committed by GitHub
parent c7129fa0dd
commit 4e0e1370d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ static void createErrorMessage(
if (NULL != formatMsg) {
realLastErr = formatMsg;
} else {
realLastErr = _T("Last error code does not exist.");
realLastErr = LPTSTR(_T("Last error code does not exist."));
}
if (lastErr != 0) {