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