mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
10 lines
No EOL
277 B
C
10 lines
No EOL
277 B
C
#ifndef WINAMP_POSTSETUP_HEADER
|
|
#define WINAMP_POSTSETUP_HEADER
|
|
|
|
#include <windows.h>
|
|
|
|
HWND CreateStatusWnd(HWND hwndParent, INT x, INT y, INT cx, INT cy);
|
|
void SetStatusText();
|
|
BOOL StartWinamp(BOOL bWaitShow, HWND *phwndWA, LPCSTR pszParam);
|
|
|
|
#endif //WINAMP_POSTSETUP_HEADER
|