Skip to content

Commit

Permalink
fixup! winansi: simplify loading the GetCurrentConsoleFontEx() function
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Oct 22, 2017
1 parent 616eaf4 commit 3164e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/winansi.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <wingdi.h>
#include <winreg.h>
#include "win32.h"
#include "win32/lazyload.h"

static int fd_is_interactive[3] = { 0, 0, 0 };
#define FD_CONSOLE 0x1
Expand Down

0 comments on commit 3164e14

Please sign in to comment.