mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
More updates for string handling.
svn path=/trunk/; revision=7057
This commit is contained in:
@@ -24,5 +24,7 @@
|
||||
#define isspaceW(n) iswspace((wint_t)n)
|
||||
#define atoiW(s) _wtoi((const wchar_t *)s)
|
||||
#define atolW(s) _wtol((const wchar_t *)s)
|
||||
#define strlwrW(s) _wcslwr((wchar_t *)s)
|
||||
#define struprW(s) _wcsupr((wchar_t *)s)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user