La wsprintf non supporta i float / double

codice:
	float j=1.73;
	wchar_t buf[50];

	wsprintf(buf, L"%d", (int)j); 
	wprintf(L"%s\n", buf);

ma gli interi