summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-06 14:08:50 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-06 14:08:50 +0200
commit9eafc3681940666480e1143d9b08fd2c05286f07 (patch)
treee9794811bacfdc417cf7c385d9dc3da87f6d926a /src/osd
parentc8f26a1a7b8cf93e46ee0ed1510f54eef9e18132 (diff)
removed not needed declaration (nw)
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/strconv.h4
1 files changed, 0 insertions, 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