mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(Deps/G3DLite): char to LPTSTR (#6997)
This commit is contained in:
Vendored
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user