diff options
Diffstat (limited to 'Src/Plugins/General/gen_crasher/smtpDlg.h')
-rw-r--r-- | Src/Plugins/General/gen_crasher/smtpDlg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/Plugins/General/gen_crasher/smtpDlg.h b/Src/Plugins/General/gen_crasher/smtpDlg.h new file mode 100644 index 00000000..3ddac466 --- /dev/null +++ b/Src/Plugins/General/gen_crasher/smtpDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include <windows.h> + +void CenterDialog(HWND hwndDlg); +BOOL CALLBACK smtpDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
\ No newline at end of file |