fix header for unix

This commit is contained in:
Dario 2019-10-10 12:34:31 +02:00
parent 184cc8277c
commit ec69c53fd9
8 changed files with 18 additions and 18 deletions

View File

@ -20,7 +20,7 @@
#include "MySQL.h" #include "MySQL.h"
#include "Poco/Data/AbstractBinder.h" #include "Poco/Data/AbstractBinder.h"
#include "Poco/Data/LOB.h" #include "Poco/Data/LOB.h"
#include "Poco/MySQLException.h" #include "MySQLException.h"
#ifdef _WIN32 #ifdef _WIN32
#pragma comment(lib, "Ws2_32.lib") #pragma comment(lib, "Ws2_32.lib")
#pragma comment(lib, "shlwapi.lib") #pragma comment(lib, "shlwapi.lib")

View File

@ -18,9 +18,9 @@
#define Data_MySQL_Extractor_INCLUDED #define Data_MySQL_Extractor_INCLUDED
#include "Poco/MySQL.h" #include "MySQL.h"
#include "Poco/StatementExecutor.h" #include "StatementExecutor.h"
#include "Poco/ResultMetadata.h" #include "ResultMetadata.h"
#include "Poco/Data/AbstractExtractor.h" #include "Poco/Data/AbstractExtractor.h"
#include "Poco/Data/LOB.h" #include "Poco/Data/LOB.h"

View File

@ -17,7 +17,7 @@
#ifndef Data_MySQL_MySQLException_INCLUDED #ifndef Data_MySQL_MySQLException_INCLUDED
#define Data_MySQL_MySQLException_INCLUDED #define Data_MySQL_MySQLException_INCLUDED
#include "Poco/MySQL.h" #include "MySQL.h"
#include "Poco/Data/DataException.h" #include "Poco/Data/DataException.h"
#include <typeinfo> #include <typeinfo>
#include <string> #include <string>

View File

@ -17,12 +17,12 @@
#ifndef Data_MySQL_MySQLStatementImpl_INCLUDED #ifndef Data_MySQL_MySQLStatementImpl_INCLUDED
#define Data_MySQL_MySQLStatementImpl_INCLUDED #define Data_MySQL_MySQLStatementImpl_INCLUDED
#include "Poco/MySQL.h" #include "MySQL.h"
#include "Poco/SessionImpl.h" #include "SessionImpl.h"
#include "Poco/Binder.h" #include "Binder.h"
#include "Poco/Extractor.h" #include "Extractor.h"
#include "Poco/StatementExecutor.h" #include "StatementExecutor.h"
#include "Poco/ResultMetadata.h" #include "ResultMetadata.h"
#include "Poco/Data/StatementImpl.h" #include "Poco/Data/StatementImpl.h"
#include "Poco/SharedPtr.h" #include "Poco/SharedPtr.h"
#include "Poco/Format.h" #include "Poco/Format.h"

View File

@ -18,7 +18,7 @@
#define Data_MySQL_SessionHandle_INCLUDED #define Data_MySQL_SessionHandle_INCLUDED
#include <mysql.h> #include <mysql.h>
#include "Poco/MySQLException.h" #include "MySQLException.h"
namespace Poco { namespace Poco {
namespace Data { namespace Data {

View File

@ -18,11 +18,11 @@
#define Data_MySQL_SessionImpl_INCLUDED #define Data_MySQL_SessionImpl_INCLUDED
#include "Poco/MySQL.h" #include "MySQL.h"
#include "Poco/Data/AbstractSessionImpl.h" #include "Poco/Data/AbstractSessionImpl.h"
#include "Poco/SessionHandle.h" #include "SessionHandle.h"
#include "Poco/StatementExecutor.h" #include "StatementExecutor.h"
#include "Poco/ResultMetadata.h" #include "ResultMetadata.h"
#include "Poco/Mutex.h" #include "Poco/Mutex.h"

View File

@ -18,7 +18,7 @@
#define Data_MySQL_StatementHandle_INCLUDED #define Data_MySQL_StatementHandle_INCLUDED
#include <mysql.h> #include <mysql.h>
#include "Poco/MySQLException.h" #include "MySQLException.h"
namespace Poco { namespace Poco {
namespace Data { namespace Data {

View File

@ -18,7 +18,7 @@
#define MySQL_Utility_INCLUDED #define MySQL_Utility_INCLUDED
#include "Poco/MySQL.h" #include "MySQL.h"
#include "Poco/Data/Session.h" #include "Poco/Data/Session.h"