diff options
author | marha <marha@users.sourceforge.net> | 2014-06-08 15:03:35 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-06-08 15:03:35 +0200 |
commit | d435b20322433b335a4fc5693cce0399a3f27b2d (patch) | |
tree | 8d96b388ee1058340a9d7c1a3c4096169ac3839f /libXfont/src/fc/fsio.h | |
parent | 2614b017fb8a28f360897ece66815934fd1562f5 (diff) | |
download | vcxsrv-d435b20322433b335a4fc5693cce0399a3f27b2d.tar.gz vcxsrv-d435b20322433b335a4fc5693cce0399a3f27b2d.tar.bz2 vcxsrv-d435b20322433b335a4fc5693cce0399a3f27b2d.zip |
Updated to libXfont 1.4.8
Diffstat (limited to 'libXfont/src/fc/fsio.h')
-rw-r--r-- | libXfont/src/fc/fsio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libXfont/src/fc/fsio.h b/libXfont/src/fc/fsio.h index 2bb8e0b73..fa1e7d8f9 100644 --- a/libXfont/src/fc/fsio.h +++ b/libXfont/src/fc/fsio.h @@ -26,8 +26,9 @@ #ifndef _FSIO_H_ #define _FSIO_H_ -#undef DEBUG +#ifdef DEBUG #define REQUEST_LOG_SIZE 100 +#endif typedef struct _fs_fpe_alternate { char *name; |