windows visual studio project build tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user