From 9eafc3681940666480e1143d9b08fd2c05286f07 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 6 Apr 2015 14:08:50 +0200 Subject: [PATCH] removed not needed declaration (nw) --- src/osd/strconv.h | 4 ---- 1 file changed, 4 deletions(-) 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