mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 20:15:51 +01:00
8 lines
210 B
C
8 lines
210 B
C
#ifndef _EDITQUERY_H
|
|
#define _EDITQUERY_H
|
|
|
|
const wchar_t *editQuery(HWND wnd, const wchar_t *curquery, wchar_t *newQuery, size_t len);
|
|
extern const wchar_t *editTime(HWND wnd, const wchar_t *curfield);
|
|
|
|
#endif
|