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