// These are the characters to translate // char,wchar_t char,wchar_t fgets,fgetws fopen,_wfopen fprintf,fwprintf fputc,fputwc fputs,fputws fscanf,fwscanf gets,_getsws isalnum,iawalnum isalpha,iswalpha _isascii,iswascii iscntrl,iswcntrl _isctype, iswctype isdigit,iswdigit isgraph,iswgraph islower,iswlower ispunct,iswpunct isspace,iswspace isupper,iswupper isprint,iswprint isxdigit,iswxdigit _itoa,_itow putchar,putwchar puts,_putws scanf,swcanf sprintf,swprintf sscanf,swscanf strcat,wcscat strchr,wcschr strcmp,wcscmp strcspn,wcscspn _strcmp,_wcsicmp strlen,wcslen _strlwr,_lcslwr strncat,wcsncat strncmp,wcsncmp strncpy,wcsncpy _strnicmp,_wcsnicmp _strnset,_wcsnset strpbrk,wcspbrk strrchr,wcsrchr _strrev,_wcsrev _strset,wcsset strspn,wcsspn strstr,wcsstr strtod,wcstod strtok,wcstok strtol,wcstol strtoul,wcstoul _strupr,_wcsupr ungetc,ungetwc vfprintf,vfwprintf vsprintf,vswprintf atoi,_wtoi LPSTR, LPWSTR strcpy,wcscpy //RedrawWindow not in WCE use UpdateWindow instead "RedrawWindow(Window,0,0,0)","UpdateWindow(Window)" OUT_TT_PRECIS,OUT_DEFAULT_PRECIS //ICC_USEREX_CLASSES not supported ICC_USEREX_CLASSES,$DELELINE //ICC_INTERNET_CLASSES not supported OR ICC_INTERNET_CLASSES,$DELE ICC_WIN95_CLASSES, ICC_TAB_CLASSES //DEFAULT_GUI_FONT,SYSTEM_FONT DEFAULT_GUI_FONT, SYSTEM_FONT //LoadIcon(NULL,IDI_WINLOGO) LoadIcon(NULL,IDI_WINLOGO), NULL //LoadCursor,LoadCursorW LoadCursor,LoadCursorW //CS_OWNDC not supported | CS_OWNDC,$DELE SW_NORMAL,SW_SHOWNORMAL 'WS_EX_CONTROLPARENT,WS_EX_CLIENTEDGE WS_EX_CONTROLPARENT,0 return StrFunc[StrCnt]=(char*)calloc(Bites+128,1); , return StrFunc[StrCnt]=(char*)calloc(Bites+128,sizeof(TCHAR)); WNDCLASSEX,WNDCLASS