mirror of
https://github.com/edubart/otclient.git
synced 2025-10-29 01:25:34 +01:00
Compilation for MSVC2013, thanks @dalkon
OTclient now compiles in "Microsoft Visual Studio 2013 Express for Windows Desktop" All the needed libraries you can download at https://www.dropbox.com/s/2yfb1c763io8efy/otclient-msvc13-libs.zip NOTE: You have to change VC++ Directories to the properly directories NOTE: Latested MSVC 2013 or greated is required
This commit is contained in:
@@ -172,11 +172,7 @@ enum TiXmlEncoding
|
||||
TIXML_ENCODING_UTF8,
|
||||
TIXML_ENCODING_LEGACY
|
||||
};
|
||||
#ifdef _MSC_VER
|
||||
static const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN;
|
||||
#else
|
||||
constexpr TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN;
|
||||
#endif
|
||||
/** TiXmlBase is a base class for every class in TinyXml.
|
||||
It does little except to establish that TinyXml classes
|
||||
can be printed and provide some utility functions.
|
||||
|
||||
Reference in New Issue
Block a user