diff win/dw.c @ 2035:ea303d356419

Mac: Const changes to match the Windows changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 17 Nov 2019 04:07:39 +0000
parents 89d62197124b
children 133f29e9f488
line wrap: on
line diff
--- a/win/dw.c	Sun Nov 17 03:13:37 2019 +0000
+++ b/win/dw.c	Sun Nov 17 04:07:39 2019 +0000
@@ -12374,7 +12374,7 @@
  *       the file path on success.
  *
  */
-char * API dw_file_browse(const char *title, const char *defpath, char *ext, int flags)
+char * API dw_file_browse(const char *title, const char *defpath, const char *ext, int flags)
 {
    OPENFILENAME of = {0};
    TCHAR filenamebuf[BROWSEBUFSIZE+1] = {0}, *fbuf = filenamebuf;