| preference.c | 182 char tempbuf[1024]; local 226 tempbuf[i] = c; 244 tempbuf[i] = '\0'; 245 length = MultiByteToWideChar(CP_ACP,0,tempbuf,-1,identif,0); 246 MultiByteToWideChar(CP_ACP,0,tempbuf,-1,identif,length); 262 tempbuf[i] = c; 270 tempbuf[i] = '\0'; 271 length = MultiByteToWideChar(CP_ACP,0,tempbuf,-1,unidata,0); 272 MultiByteToWideChar(CP_ACP,0,tempbuf,-1,unidata,length); 469 char tempbuf[1024] local [all...] |