Fix encoding warnings
warning C4828: The file contains a character starting at offse t 0x132 that is illegal in the current source character set (codepage 65001)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#ifndef __INC_METIN_II_ASYNCSQL_H__
|
||||
#ifndef __INC_METIN_II_ASYNCSQL_H__
|
||||
#define __INC_METIN_II_ASYNCSQL_H__
|
||||
|
||||
#include "libthecore/stdafx.h"
|
||||
@@ -99,8 +99,8 @@ typedef struct _SQLMsg
|
||||
int iID;
|
||||
std::string stQuery;
|
||||
|
||||
std::vector<SQLResult *> vec_pkResult; // result º¤ÅÍ
|
||||
unsigned int uiResultPos; // ÇöÀç result À§Ä¡
|
||||
std::vector<SQLResult *> vec_pkResult; // result 벡터
|
||||
unsigned int uiResultPos; // 현재 result 위치
|
||||
|
||||
void * pvUserData;
|
||||
bool bReturn;
|
||||
|
||||
Reference in New Issue
Block a user