#ifndef __KEYFIXES_H #define __KEYFIXES_H void ConvertKeyToCurrentKeyboard(char* sNewKey, char* sOldKey, int nNewKeyMaxSize); #endif