mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-28 17:20:47 +01: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); |