See ChangeLog entry 2000-06-15 15:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2000-06-15 19:09:17 +00:00
parent 37a0086bd1
commit 0164bf58ef
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2000-06-15 15:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* source/rtl/gtwin/gtwin.c
! Added '#include <ctype.h>' for the tolower() prototype.
2000-06-14 22:37 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcomp.c
! Fixed missing CR at EOF of #include file, causing #line directive to be on same line with the next line in parrent file.

View File

@@ -60,6 +60,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#define HB_OS_WIN_32_USED