put macros definition into parenthesis to avoid bugs

master
Andrzej Rybczak 17 years ago
parent a6635322a8
commit c634059834
  1. 4
      src/window.h

@ -41,8 +41,8 @@
# define TO_WSTRING(x) ToWString(x)
#else
# define my_char_t char
# define TO_STRING(x) x
# define TO_WSTRING(x) x
# define TO_STRING(x) (x)
# define TO_WSTRING(x) (x)
#endif
std::string ToString(const std::wstring &);

Loading…
Cancel
Save