preference.c | 470 TCHAR unibuf[1024]; local in function:pref_write 493 wsprintf(unibuf,TEXT("setting_idx:%d\r\n"),buf->setting_idx); 494 debug_printf(TEXT("setting_idx,tempbuf=%s"),unibuf); 495 length = WideCharToMultiByte(CP_ACP,0,unibuf,-1,NULL,0,NULL,NULL); 496 WideCharToMultiByte(CP_ACP,0,unibuf,-1,tempbuf,length,NULL,NULL); 503 wsprintf(unibuf,TEXT("fb_type:%d\r\n"),buf->fb_type); 504 debug_printf(TEXT("fb_type,tempbuf=%s,"),unibuf); 505 length = WideCharToMultiByte(CP_ACP,0,unibuf,-1,NULL,0,NULL,NULL); 506 WideCharToMultiByte(CP_ACP,0,unibuf,-1,tempbuf,length,NULL,NULL); 513 wsprintf(unibuf,TEXT("fb_width:%d\r\n"),buf->fb_width) [all...] |