msctf/tests: Don't import uuid.
This commit is contained in:
parent
4542ab35b4
commit
cd656fa7f6
@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
|
|||||||
SRCDIR = @srcdir@
|
SRCDIR = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
TESTDLL = msctf.dll
|
TESTDLL = msctf.dll
|
||||||
IMPORTS = uuid ole32 user32 kernel32
|
IMPORTS = ole32 user32 kernel32
|
||||||
|
|
||||||
CTESTS = \
|
CTESTS = \
|
||||||
inputprocessor.c
|
inputprocessor.c
|
||||||
|
@ -33,6 +33,7 @@ static ITfInputProcessorProfiles* g_ipp;
|
|||||||
static LANGID gLangid;
|
static LANGID gLangid;
|
||||||
|
|
||||||
DEFINE_GUID(CLSID_FakeService, 0xEDE1A7AD,0x66DE,0x47E0,0xB6,0x20,0x3E,0x92,0xF8,0x24,0x6B,0xF3);
|
DEFINE_GUID(CLSID_FakeService, 0xEDE1A7AD,0x66DE,0x47E0,0xB6,0x20,0x3E,0x92,0xF8,0x24,0x6B,0xF3);
|
||||||
|
DEFINE_GUID(CLSID_TF_InputProcessorProfiles, 0x33c53a50,0xf456,0x4884,0xb0,0x49,0x85,0xfd,0x64,0x3e,0xcf,0xed);
|
||||||
|
|
||||||
static HRESULT initialize(void)
|
static HRESULT initialize(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user