Hide the hWnd parameter from the users as it's deprecated and only useful to (legacy) managers.

This commit is contained in:
OBattler
2025-08-09 14:46:38 +02:00
parent 5d5913ac27
commit 072fe6a64f

View File

@@ -613,8 +613,10 @@ pc_show_usage(char *s)
"-F or --fullscreen\t\t- start in fullscreen mode\n" "-F or --fullscreen\t\t- start in fullscreen mode\n"
"-G or --lang langid\t\t- start with specified language\n" "-G or --lang langid\t\t- start with specified language\n"
"\t\t\t\t (e.g. en-US, or system)\n" "\t\t\t\t (e.g. en-US, or system)\n"
#ifdef SHOW_EXTRA_PARAMS
#ifdef _WIN32 #ifdef _WIN32
"-H or --hwnd id,hwnd\t\t- sends back the main dialog's hwnd\n" "-H or --hwnd id,hwnd\t\t- sends back the main dialog's hwnd\n"
#endif
#endif #endif
"-I or --image d:path\t\t- load 'path' as floppy image on drive d\n" "-I or --image d:path\t\t- load 'path' as floppy image on drive d\n"
#ifdef USE_INSTRUMENT #ifdef USE_INSTRUMENT