lib files are building

This commit is contained in:
d1str4ught
2025-08-18 02:05:07 +02:00
parent 4e679320a3
commit 0ec3511104
93 changed files with 418 additions and 759 deletions

View File

@@ -1,16 +1,16 @@
#ifndef __INC_METIN_II_ASYNCSQL_H__
#define __INC_METIN_II_ASYNCSQL_H__
#include "../libthecore/include/stdafx.h"
#include "../libthecore/include/log.h"
#include "libthecore/stdafx.h"
#include "libthecore/log.h"
#include <string>
#include <queue>
#include <vector>
#include <map>
#include <mysql/mysql.h>
#include <mysql/errmsg.h>
#include <mysql/mysqld_error.h>
#include <mysql.h>
#include <errmsg.h>
#include <mysqld_error.h>
#include "Semaphore.h"
@@ -182,7 +182,7 @@ class CAsyncSQL
volatile bool m_bEnd;
#ifndef __WIN32__
#ifndef OS_WINDOWS
pthread_t m_hThread;
pthread_mutex_t * m_mtxQuery;
pthread_mutex_t * m_mtxResult;