mirror of
https://github.com/halpz/re3.git
synced 2025-12-25 20:12:50 +00:00
More frontend inputs.
This commit is contained in:
@@ -210,6 +210,8 @@ AsciiToUnicode(const char *src, uint16 *dst)
|
||||
while((*dst++ = *src++) != '\0');
|
||||
}
|
||||
|
||||
WRAPPER char UnicodeToAscii(wchar * src) { EAXJMP(0x52C2F0); }
|
||||
|
||||
void
|
||||
TextCopy(wchar *dst, const wchar *src)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user