fix a few issues with win32 build

This commit is contained in:
Andrzej Rybczak
2012-08-16 07:48:20 +02:00
parent b1f5eeaa8b
commit fbd4a0484e
2 changed files with 4 additions and 7 deletions

View File

@@ -112,7 +112,7 @@
// workaraund for win32
#ifdef WIN32
# define wcwidth(x) 1
# define wcwidth(x) int(!iscntrl(x))
#endif
/// Converts wide string to narrow string