mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 20:15:41 -04:00
5 lines
149 B
C
5 lines
149 B
C
#pragma once
|
|
#include <windows.h>
|
|
|
|
void CenterDialog(HWND hwndDlg);
|
|
BOOL CALLBACK smtpDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); |