windows visual studio project build tweaks

This commit is contained in:
nhmall
2021-09-13 11:32:59 -04:00
parent 408aa4b3cb
commit 15ec24a524
4 changed files with 10 additions and 7 deletions

View File

@@ -220,15 +220,19 @@ typedef uchar nhsym;
#if defined(X11_GRAPHICS) || defined(QT_GRAPHICS) || defined(GNOME_GRAPHICS) \
|| defined(WIN32)
#ifndef NO_TILE_C
#ifndef USE_TILES
#define USE_TILES /* glyph2tile[] will be available */
#endif
#endif
#endif
#if defined(AMII_GRAPHICS) || defined(GEM_GRAPHICS)
#ifndef NO_TILE_C
#ifndef USE_TILES
#define USE_TILES
#endif
#endif
#endif
#if defined(UNIX) || defined(VMS) || defined(__EMX__) || defined(WIN32)
#define HANGUPHANDLING