encoding #20

Merged
Exynox merged 22 commits from Tr0n/server:encoding into nightly 2024-04-07 08:59:38 +03:00
120 changed files with 3842 additions and 1248 deletions
Showing only changes of commit 350fb0d424 - Show all commits

View File

@ -99,8 +99,8 @@ typedef struct _SQLMsg
int iID;
std::string stQuery;
std::vector<SQLResult *> vec_pkResult; // result <EFBFBD><EFBFBD><EFBFBD><EFBFBD>
unsigned int uiResultPos; // <EFBFBD><EFBFBD><EFBFBD><EFBFBD> result <EFBFBD><EFBFBD>ġ
std::vector<SQLResult *> vec_pkResult; // result 벡터
unsigned int uiResultPos; // 현재 result 위치
void * pvUserData;
bool bReturn;