MSVC : _strdup

This commit is contained in:
Thomas Bernard 2020-05-14 00:20:08 +02:00
parent d24c3e2ebc
commit 6934277b04

View File

@ -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"