1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

(get_emacs_configuration): Return windows95 instead of win95.

This commit is contained in:
Richard M. Stallman 1997-01-15 20:19:54 +00:00
parent d9b73ccc49
commit 1f8bd7fb36

View File

@ -688,7 +688,7 @@ get_emacs_configuration (void)
/* Let oem be "*" until we figure out how to decode the OEM field. */
oem = "*";
os = (GetVersion () & 0x80000000) ? "win95" : "nt";
os = (GetVersion () & 0x80000000) ? "windows95" : "nt";
sprintf (configuration_buffer, "%s-%s-%s%d.%d", arch, oem, os,
get_w32_major_version (), get_w32_minor_version ());