mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 23:51:01 -05:00
8 lines
242 B
C++
8 lines
242 B
C++
|
#include <precomp.h>
|
||
|
#include "xuicombobox.h"
|
||
|
|
||
|
// -----------------------------------------------------------------------
|
||
|
const wchar_t ComboBoxXuiObjectStr[] = L"Wasabi:ComboBox";
|
||
|
char ComboBoxXuiSvcName[] = "Wasabi:ComboBox xui object";
|
||
|
|