Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
3280939
Topic
299684
Board
Armory
Re: RAM-Reduction & Backup Center Testing (version 0.89.99.5)
by
goatpig
on
01/10/2013, 23:17:02 UTC
Quote from: cp1 on October 01, 2013, 10:52:34 PM
#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