mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-15 10:07:39 -05:00
Move SaneDialogBox()/SaneEndDialog() from winmisc.c to windlg.c, since they
seem to be PuTTY(tel)-specific (at least at the moment). Might save a bit of space in the other binaries. [originally from svn r5410]
This commit is contained in:
@ -341,14 +341,6 @@ void show_help(HWND hwnd);
|
||||
/*
|
||||
* Exports from winmisc.c.
|
||||
*/
|
||||
|
||||
int SaneDialogBox(HINSTANCE hinst,
|
||||
LPCTSTR tmpl,
|
||||
HWND hwndparent,
|
||||
DLGPROC lpDialogFunc);
|
||||
|
||||
void SaneEndDialog(HWND hwnd, int ret);
|
||||
|
||||
extern OSVERSIONINFO osVersion;
|
||||
BOOL init_winver(void);
|
||||
|
||||
|
Reference in New Issue
Block a user