mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00: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
|