disable GameUX on windows 7

This commit is contained in:
FunkyFr3sh 2023-09-07 19:54:19 +02:00
parent 43fd64463b
commit f3c57b477e
2 changed files with 49 additions and 0 deletions

View file

@ -121,6 +121,8 @@ private: // Benutzer-Deklarationen
void ApplyTranslation(TIniFile *ini);
System::UnicodeString GetKeyText(WORD key);
WORD GetKeyCode(System::UnicodeString key);
void DisableGameUX();
void AddDllOverride();
public: // Benutzer-Deklarationen
__fastcall TConfigForm(TComponent* Owner);
};