]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
Move SaneDialogBox()/SaneEndDialog() from winmisc.c to windlg.c, since they
[PuTTY.git] / windows / winstuff.h
index 5b44d6a14b221ea802b763ac791780580b1143e9..a6b22a8da291fe22298ac127800829423980799a 100644 (file)
@@ -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);