Clean up CI build for Windows

This commit is contained in:
nhmall
2022-05-07 11:00:13 -04:00
parent 4b7c547dcd
commit 47b2eb29c1

View File

@@ -273,7 +273,7 @@ switch_symbols(int nondefault)
(*cursesgraphics_mode_callback)();
# endif
#endif
#ifdef WIN32
#if defined(TTY_GRAPHICS) && defined(WIN32)
if (SYMHANDLING(H_IBM) && ibmgraphics_mode_callback)
(*ibmgraphics_mode_callback)();
#endif