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