mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 19:35:52 +01:00
7 lines
161 B
C
7 lines
161 B
C
#ifndef NULLSOFT_PREFERENCESH
|
|
#define NULLSOFT_PREFERENCESH
|
|
|
|
BOOL CALLBACK PreferencesDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif
|