See ChangeLog entry 19991020-19:40 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-10-20 23:52:51 +00:00
parent 9479c19324
commit 8fc39abfde
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
19991020-19:40 EDT David G. Holm <dholm@jsd-llc.com>
* include/hbtrace.h
! Added missing HB_ prefix to #define TRACE(x) in the #else block.
19991021-01:37 GMT+1 Victor Szel <info@szelvesz.hu>
* include/Makefile
! Added hbtrace.h and hbwinapi.h

View File

@@ -52,7 +52,7 @@ do { \
#else
#define TRACE(x)
#define HB_TRACE(x)
#endif /* #if defined(HB_DO_TRACE) */