diff options
author | 2015-04-06 14:08:50 +0200 | |
---|---|---|
committer | 2015-04-06 14:08:50 +0200 | |
commit | 9eafc3681940666480e1143d9b08fd2c05286f07 (patch) | |
tree | e9794811bacfdc417cf7c385d9dc3da87f6d926a /src/osd | |
parent | c8f26a1a7b8cf93e46ee0ed1510f54eef9e18132 (diff) |
removed not needed declaration (nw)
Diffstat (limited to 'src/osd')
-rw-r--r-- | src/osd/strconv.h | 4 |
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 |