This commit is contained in:
2022-05-07 14:31:17 +08:00
parent bf57a0ad7a
commit 201cec9c34
10 changed files with 146 additions and 102 deletions

View File

@@ -145,7 +145,9 @@ typedef void* (SQDOFILEFunc)(uint32_t v, const wchar_t* filename, BOOL retval, B
static SQDOFILEFunc* SQDOFILE = (SQDOFILEFunc*)0x1356240;
typedef void* (*SQFILE)();
#define SQ_SUCCEEDED(res) (res>=0)
//SQ_io_file_lexfeed_编码
//typedef int(LSQLEXREADFUNC)(int n);
typedef int(*LSQLEXREADFUNC)(int n);