]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winutils.c
Giant const-correctness patch of doom!
[PuTTY.git] / windows / winutils.c
index f68405bcdf5eb4ff6b06726cd4358869b591e935..c81e7fe0c040744f5e0e5e950f6cab5685d3f33b 100644 (file)
@@ -94,7 +94,7 @@ void filereq_free(filereq *state)
 /* Callback function to launch context help. */
 static VOID CALLBACK message_box_help_callback(LPHELPINFO lpHelpInfo)
 {
-    char *context = NULL;
+    const char *context = NULL;
 #define CHECK_CTX(name) \
     do { \
        if (lpHelpInfo->dwContextId == WINHELP_CTXID_ ## name) \