mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
14 lines
423 B
C
14 lines
423 B
C
/*
|
|
* Keyman is copyright (C) SIL International. MIT License.
|
|
*
|
|
* Name: kmtip_guids.h
|
|
* Description: Header file to include the Keyman keyboard GUIDs
|
|
*/
|
|
#ifndef _kmtip_guids_id_h
|
|
#define _kmtip_guids_id_h
|
|
|
|
/* FE0420F1-38D1-4B4C-96BF-E7E20A74CFB7 kmtip (Keyman Text Input Processor) text service CLSID */
|
|
extern const CLSID c_clsidKMTipTextService;
|
|
extern const char cs_clsidKMTipTextService[];
|
|
|
|
#endif
|