]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winctrls.c
Giant const-correctness patch of doom!
[PuTTY.git] / windows / winctrls.c
index 9bee927472d5fb36bd7e1a653682bd6cbe99e6ba..ea1cc1825eb6e8adb88ec44b25b876329efde8f6 100644 (file)
@@ -2406,7 +2406,7 @@ void dlg_beep(void *dlg)
     MessageBeep(0);
 }
 
-void dlg_error_msg(void *dlg, char *msg)
+void dlg_error_msg(void *dlg, const char *msg)
 {
     struct dlgparam *dp = (struct dlgparam *)dlg;
     MessageBox(dp->hwnd, msg,