mirror of
https://github.com/SteamAutoCracks/Steam-API-Check-Bypass.git
synced 2026-02-09 03:11:18 +01:00
8 lines
246 B
C
8 lines
246 B
C
#pragma once
|
|
|
|
UINT ErrBoxType = MB_ICONERROR | MB_TOPMOST;
|
|
|
|
BOOL OpenReadFileUtf8(LPCSTR lpFileName, LPSTR* fileBuffer, LPDWORD fileLength);
|
|
BOOL StrEndsWith(LPSTR str, LPSTR target);
|
|
LPSTR SkipBomUtf8(LPSTR str);
|
|
INT TerminateLine(LPSTR str); |