removed not needed declaration (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-06 14:08:50 +02:00
parent c8f26a1a7b
commit 9eafc36819

View File

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