mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-09 13:02:01 +03:00
30252eccf8
Thanks DrMike for the detailed listing of problems. Miguel.
9 lines
324 B
C
9 lines
324 B
C
/* Defines which features are used on the XView edition */
|
|
|
|
#define PORT_HAS_GETCH 1
|
|
#define PORT_HAS_FRONTEND_RUN_DLG 1
|
|
#define mi_getch() fprintf (stderr, "mi_getch is not implemented\n")
|
|
#define frontend_run_dlg(x) xvrundlg_event (x)
|
|
#define port_shutdown_extra_fds()
|
|
#define COMPUTE_FORMAT_ALLOCATIONS
|