mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:11:56 -05: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";
|
||
|
|