Post
Topic
Board Armory
Re: RAM-Reduction & Backup Center Testing (version 0.89.99.5)
by
goatpig
on 01/10/2013, 23:17:02 UTC
#define strdup _strdup

This line is for the msvc11 build only. Sorry, it should be only defined for the Windows project:

Code:
#ifdef _MSC_VER
#define strdup _strdup
#endif