mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 11:25:58 +01: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";
|
|
|