mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
* moved ConvertUTF.h -> common/windows/cpp/include * moved crc32.h -> common/windows/cpp/include * moved keymansentry.h -> common/windows/cpp/include * moved registry.h -> common/windows/cpp/include * moved unicode.h -> common/windows/cpp/include * moved xstring.h -> common/windows/cpp/include and updated corresponding references. Deleted a bunch of old references to missing headers from .vcxproj files. Updated vkeys.h and vkeys.cpp references in .vcxproj to use $(KEYMAN_ROOT) instead of relative paths.
7 lines
222 B
C
7 lines
222 B
C
PWSTR incxstr(PWSTR p);
|
|
PWSTR decxstr(PWSTR p, PWSTR pStart);
|
|
int xstrlen(PWSTR p);
|
|
int xstrlen_ignoreifopt(PWSTR p);
|
|
int xstrpos(PWSTR p1, PWSTR p);
|
|
PWSTR xstrchr(PWSTR buf, PWSTR chr);
|
|
int xchrcmp(PWSTR ch1, PWSTR ch2);
|