8 lines
263 B
C++
8 lines
263 B
C++
|
#include <precomp.h>
|
||
|
#include "xuihistoryedit.h"
|
||
|
|
||
|
// -----------------------------------------------------------------------
|
||
|
const wchar_t HistoryEditXuiObjectStr[] = L"Wasabi:HistoryEditBox";
|
||
|
char HistoryEditXuiSvcName[] = "Wasabi:HistoryEditBox xui object";
|
||
|
|