Skip to content

Commit

Permalink
VT flavor : have to use basic I/O functions with Digital Mars compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Jul 23, 2024
1 parent 3bdb2d8 commit 21b4154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vt/pdcdisp.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int PDC_get_terminal_fd( void)

if( stdout_fd == -1)
{
#ifdef _WIN32
#if defined( _WIN32) || defined( __DMC__)
/* if( FILE_TYPE_CHAR == GetFileType( GetStdHandle( STD_OUTPUT_HANDLE))) */
stdout_fd = 2;
#else
Expand Down

0 comments on commit 21b4154

Please sign in to comment.