Violent Mode

This commit is contained in:
世元 李
2020-03-17 20:05:44 +08:00
parent 6f98aee80a
commit ebb203fa84
29 changed files with 523 additions and 149 deletions

View File

@@ -198,11 +198,11 @@ DWORD WINAPI fGetGlyphOutlineW(
if(lstrlenW(ns_str)>=5999)
ns_str[0] = L'\0';
lstrcatW(ns_str, loca.c_str());
return pGetGlyphOutlineW(hdc, L'A', fuFormat, lpgm, cjBuffer, pvBuffer, lpmat2);
return pGetGlyphOutlineW(hdc, L' ', fuFormat, lpgm, cjBuffer, pvBuffer, lpmat2);
}
BOOL WINAPI fTextOutW(_In_ HDC hdc, _In_ int x, _In_ int y, _In_reads_(c) LPCWSTR lpString, _In_ int c)
{
return pTextOutW(hdc, x, y, L"A", c);
return pTextOutW(hdc, x, y, L"\0", c);
}
void start()
{