mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-19 17:35:55 +01:00
8 lines
263 B
C++
8 lines
263 B
C++
#include <precomp.h>
|
|
#include "xuihistoryedit.h"
|
|
|
|
// -----------------------------------------------------------------------
|
|
const wchar_t HistoryEditXuiObjectStr[] = L"Wasabi:HistoryEditBox";
|
|
char HistoryEditXuiSvcName[] = "Wasabi:HistoryEditBox xui object";
|
|
|