1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-16 18:47:32 -05:00

Move a recently introduced utility function out of the file in which I

declared it static, and into winutils.c where it can be more generally
accessible.

[originally from svn r9318]
This commit is contained in:
Simon Tatham
2011-10-02 13:53:58 +00:00
parent da66c0656a
commit 535d77abf0
3 changed files with 22 additions and 16 deletions

View File

@ -287,6 +287,7 @@ BOOL request_file(filereq *state, OPENFILENAME *of, int preserve, int save);
filereq *filereq_new(void);
void filereq_free(filereq *state);
int message_box(LPCTSTR text, LPCTSTR caption, DWORD style, DWORD helpctxid);
char *GetDlgItemText_alloc(HWND hwnd, int id);
void split_into_argv(char *, int *, char ***, char ***);
/*