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