comparison dw.h @ 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 48b91f535f82
comparison
equal deleted inserted replaced
2034:89d62197124b 2035:ea303d356419
1785 void API dw_debug(const char *format, ...); 1785 void API dw_debug(const char *format, ...);
1786 int API dw_messagebox(const char *title, int flags, const char *format, ...); 1786 int API dw_messagebox(const char *title, int flags, const char *format, ...);
1787 void API dw_environment_query(DWEnv *env); 1787 void API dw_environment_query(DWEnv *env);
1788 int API dw_exec(const char *program, int type, char **params); 1788 int API dw_exec(const char *program, int type, char **params);
1789 int API dw_browse(char *url); 1789 int API dw_browse(char *url);
1790 char * API dw_file_browse(const char *title, const char *defpath, char *ext, int flags); 1790 char * API dw_file_browse(const char *title, const char *defpath, const char *ext, int flags);
1791 char * API dw_user_dir(void); 1791 char * API dw_user_dir(void);
1792 char * API dw_app_dir(void); 1792 char * API dw_app_dir(void);
1793 DWDialog * API dw_dialog_new(void *data); 1793 DWDialog * API dw_dialog_new(void *data);
1794 int API dw_dialog_dismiss(DWDialog *dialog, void *result); 1794 int API dw_dialog_dismiss(DWDialog *dialog, void *result);
1795 void * API dw_dialog_wait(DWDialog *dialog); 1795 void * API dw_dialog_wait(DWDialog *dialog);