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