MSVC : _strdup
This commit is contained in:
parent
d24c3e2ebc
commit
6934277b04
@ -77,6 +77,10 @@ const char * get_paste_board(void);
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strdup _strdup
|
||||
#endif
|
||||
|
||||
#include "struct.h"
|
||||
#include "input.h"
|
||||
#include "screen.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user