2001-11-05 19:25 UTC-0400 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user