... ansi_cp = GetACP(); - oem_cp = GetOEMCP(); + ansi_cp = get_acp(); + oem_cp = get_oemcp(); sprintf( cpbuf, "%u,%u", ansi_cp, ...
確定! 回上一頁