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