fixed some stuff in frontend, badly broke others; disabled reversed frontend for the moment

This commit is contained in:
aap 2019-07-10 13:42:48 +02:00
commit d360229b5b
6 changed files with 322 additions and 202 deletions

View file

@ -1,7 +1,10 @@
#pragma once
void AsciiToUnicode(const char *src, wchar *dst);
char UnicodeToAscii(wchar *src);
char *UnicodeToAscii(wchar *src);
char *UnicodeToAsciiForSaveLoad(wchar *src);
void UnicodeStrcpy(wchar *dst, const wchar *src);
int UnicodeStrlen(const wchar *str);
void TextCopy(wchar *dst, const wchar *src);
struct CKeyEntry