From 072fe6a64f7e92dc9c62602b697de4555edc262f Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 9 Aug 2025 14:46:38 +0200 Subject: [PATCH] Hide the hWnd parameter from the users as it's deprecated and only useful to (legacy) managers. --- src/86box.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/86box.c b/src/86box.c index e649c4055..0bc43d552 100644 --- a/src/86box.c +++ b/src/86box.c @@ -613,8 +613,10 @@ pc_show_usage(char *s) "-F or --fullscreen\t\t- start in fullscreen mode\n" "-G or --lang langid\t\t- start with specified language\n" "\t\t\t\t (e.g. en-US, or system)\n" +#ifdef SHOW_EXTRA_PARAMS #ifdef _WIN32 "-H or --hwnd id,hwnd\t\t- sends back the main dialog's hwnd\n" +#endif #endif "-I or --image d:path\t\t- load 'path' as floppy image on drive d\n" #ifdef USE_INSTRUMENT