diff --git a/src/osd/strconv.h b/src/osd/strconv.h index 4ad7e1e2e48..8e1bd08ae91 100644 --- a/src/osd/strconv.h +++ b/src/osd/strconv.h @@ -42,10 +42,6 @@ char *utf8_from_wstring(const WCHAR *s); #define utf8_from_tstring utf8_from_astring #endif // UNICODE -#if defined(SDLMAME_WIN32) -#define _tcsncpy wcsncpy -#endif - #endif //SDLMAME_WIN32