2001-11-05 19:25 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2001-11-06 00:26:54 +00:00
parent 40c423e8bd
commit d083500d4b
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2001-11-05 19:25 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* config/w32/gcc.cf
* source/rtl/isprint.c
! Cygwin fixes.
2001-11-05 20:35 GMT+0700 Andi Jahja <andijahja@cbn.net.id>
* source/rdd/workarea.c
! function hb_waRelEval(), remove unused local variable int iChildArea

View File

@@ -38,7 +38,7 @@ LINKLIBS += $(foreach lib, $(CONTRIBS), -l$(lib))
LINKLIBS += $(foreach lib, $(LIBS), -l$(lib))
# This library is needed for CharToOemBuff() and OemToCharBuff() support.
LINKLIBS += -luser32
LINKLIBS += -luser32 -lwinspool
# If LIBS specifies the rdd library, add all DB drivers.
ifeq ($(findstring rdd,$(LIBS)),rdd)

View File

@@ -66,7 +66,7 @@
#include "hbapi.h"
#include "hbapifs.h"
#if defined(HB_OS_WIN_32) && !defined(__RSXNT__) && !defined(__CYGWIN__)
#if defined(HB_OS_WIN_32) && !defined(__RSXNT__)
#include <stdio.h>
#include <malloc.h>
#include <winspool.h>