Correction for unix

Corrected case sensitive library name and slash path for unix
compatibility
This commit is contained in:
Corsol 2015-08-10 15:11:17 +02:00 committed by Antz
parent 71497daebf
commit d6494d7c6b
3 changed files with 3 additions and 3 deletions

2
src/game/Server/DB2Stores.h Normal file → Executable file
View file

@ -26,7 +26,7 @@
#define MANGOS_DB2STORES_H
#include "Common.h"
#include "Datastores/DB2Store.h"
#include "DataStores/DB2Store.h"
#include "DB2Structure.h"
#include <list>

2
src/shared/DataStores/DB2FileLoader.h Normal file → Executable file
View file

@ -27,7 +27,7 @@
#include "Platform/Define.h"
#include "Utilities/ByteConverter.h"
#include "Common\Common.h"
#include "Common/Common.h"
#include <cassert>
/**

2
src/shared/DataStores/DBCFileLoader.h Normal file → Executable file
View file

@ -27,8 +27,8 @@
#include "Platform/Define.h"
#include "Utilities/ByteConverter.h"
#include "Common/Common.h"
#include <cassert>
#include "Common\Common.h"
/**
* @brief