Index: src/ch/debug.h =================================================================== diff -u -rd5c3edd0d167db9b5d47d04248820fda49499a5e -rf102f95617e81f56adbed6403e42602ea8c509b5 --- src/ch/debug.h (.../debug.h) (revision d5c3edd0d167db9b5d47d04248820fda49499a5e) +++ src/ch/debug.h (.../debug.h) (revision f102f95617e81f56adbed6403e42602ea8c509b5) @@ -24,7 +24,7 @@ struct __dbg_msg__ { UINT uiMsg; - TCHAR *pszText; + const TCHAR *pszText; }; //////////////////////////////////////