From 2781492f4b51574020947c582dd8ac4be20f73cf Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 3 May 2021 01:38:51 +0300 Subject: [PATCH 55/55] Replace "win32" with "windows" in post-crash debugger comments See osdn #42146 Signed-off-by: Marko Lindqvist --- client/client_main.c | 2 +- server/civserver.c | 2 +- tools/ruledit/ruledit.cpp | 2 +- tools/ruleup.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/client_main.c b/client/client_main.c index 8dd7a02464..1444c6e7e0 100644 --- a/client/client_main.c +++ b/client/client_main.c @@ -329,7 +329,7 @@ int client_main(int argc, char *argv[]) int fatal_assertions = -1; int aii; - /* Load win32 post-crash debugger */ + /* Load Windows post-crash debugger */ #ifdef FREECIV_MSWINDOWS # ifndef FREECIV_NDEBUG if (LoadLibrary("exchndl.dll") == NULL) { diff --git a/server/civserver.c b/server/civserver.c index 339740221d..5bb38eb544 100644 --- a/server/civserver.c +++ b/server/civserver.c @@ -140,7 +140,7 @@ int main(int argc, char *argv[]) bool showvers = FALSE; char *option = NULL; - /* Load win32 post-crash debugger */ + /* Load Windows post-crash debugger */ #ifdef FREECIV_MSWINDOWS # ifndef FREECIV_NDEBUG if (LoadLibrary("exchndl.dll") == NULL) { diff --git a/tools/ruledit/ruledit.cpp b/tools/ruledit/ruledit.cpp index 586e783138..a1d3395ac2 100644 --- a/tools/ruledit/ruledit.cpp +++ b/tools/ruledit/ruledit.cpp @@ -66,7 +66,7 @@ int main(int argc, char **argv) int ui_options; int exit_status = EXIT_SUCCESS; - /* Load win32 post-crash debugger */ + /* Load Windows post-crash debugger */ #ifdef FREECIV_MSWINDOWS # ifndef FREECIV_NDEBUG if (LoadLibrary("exchndl.dll") == NULL) { diff --git a/tools/ruleup.c b/tools/ruleup.c index 6343c95bf9..852f9f66d1 100644 --- a/tools/ruleup.c +++ b/tools/ruleup.c @@ -143,7 +143,7 @@ int main(int argc, char **argv) enum log_level loglevel = LOG_NORMAL; int exit_status = EXIT_SUCCESS; - /* Load win32 post-crash debugger */ + /* Load Windows post-crash debugger */ #ifdef FREECIV_MSWINDOWS # ifndef FREECIV_NDEBUG if (LoadLibrary("exchndl.dll") == NULL) { -- 2.30.2