mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
fix acosh and asinh on win64 with vs2013+
This commit is contained in:
@@ -1887,6 +1887,13 @@ function generate_config_h()
|
||||
|
||||
outfile.WriteLine("#define " + keys[i] + " " + pieces);
|
||||
}
|
||||
|
||||
if (VCVERS >= 1800) {
|
||||
outfile.WriteLine("");
|
||||
outfile.WriteLine("#define HAVE_ACOSH 1");
|
||||
outfile.WriteLine("#define HAVE_ASINH 1");
|
||||
}
|
||||
|
||||
|
||||
outfile.Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user