winamp/Src/Plugins/General/gen_crasher/smtpDlg.h

5 lines
149 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#pragma once
#include <windows.h>
void CenterDialog(HWND hwndDlg);
BOOL CALLBACK smtpDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);