diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f1f03adb75..b897d5921f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2011-02-03 12:27 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * src/3rd/pcre/Makefile + ! Disabled inttypes.h also for msvcarm. + Pls test. + 2011-02-03 09:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * INSTALL diff --git a/harbour/src/3rd/pcre/Makefile b/harbour/src/3rd/pcre/Makefile index 29d3732e29..1fa2cd60fb 100644 --- a/harbour/src/3rd/pcre/Makefile +++ b/harbour/src/3rd/pcre/Makefile @@ -39,7 +39,7 @@ ifneq ($(HB_HAS_PCRE_LOCAL),) # only needed for win/wce, for other platforms this is noop HB_CFLAGS_STA := -DPCRE_STATIC - ifneq ($(filter $(HB_COMPILER),bcc msvc msvc64 msvcia64 icc iccia64 djgpp),) + ifneq ($(filter $(HB_COMPILER),bcc msvc msvc64 msvcia64 msvcarm icc iccia64 djgpp),) HB_CFLAGS += -DHAVE_INTTYPES_H=0 else ifneq ($(filter $(HB_PLATFORM),vxworks),)