- /* Digital Mars adds count to _stprintf (C99) so it does not fit wxWindows needs */
- /* Instead of it we can use function from MSW api (FIXME: doesn't work) */
- #ifdef wxUSE_UNICODE
- #define wxSprintf wsprintfW
+ #if wxUSE_UNICODE
+ /* Digital Mars adds count to _stprintf (C99) so prototype conversion see wxchar.cpp */
+ int wxSprintf (wchar_t * __RESTRICT s, const wchar_t * __RESTRICT format, ... ) ;