mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-19 15:05:51 +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); |