https://bugs.winehq.org/show_bug.cgi?id=48324
--- Comment #2 from Erich E. Hoover erich.e.hoover@gmail.com --- Are you sure this is where it has a problem? I just tried: float f = strtod("3.4028234663852886e38", NULL); ok(f == FLT_MAX, "f = %e\n", f); in a test and that worked...