Skip to content

Commit

Permalink
s/MINGW/MINGW64/
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Aug 4, 2021
1 parent 1899383 commit 3c64469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/direct.c
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ ncdirect* ncdirect_core_init(const char* termtype, FILE* outfp, uint64_t flags){
// we don't need a controlling tty for everything we do; allow a failure here
ret->ctermfd = get_tty_fd(ret->ttyfp);
// FIXME factor this out, and share it with rendered mode
#ifndef __MINGW__
#ifndef __MINGW64__
const char* shortname_term;
int termerr;
if(setupterm(termtype, ret->ctermfd, &termerr) != OK){
Expand Down

0 comments on commit 3c64469

Please sign in to comment.