diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0289f6e0f1..087064abdd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2011-02-01 20:24 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbnetio/utils/hbnetioq/netiosrq.prg + ! Fixed casing in #include lines. + Please remember that case-sensitive file systems exist. + Patch by Tamas. + 2011-02-01 19:05 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Implemented experimental link script for mingw compilers with diff --git a/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg b/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg index e590dc42af..19e4f53fab 100644 --- a/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg +++ b/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg @@ -66,9 +66,9 @@ REQUEST __HB_EXTERN__ #include "hbqtgui.ch" #include "hbnetio.ch" -#include "Xbp.ch" -#include "Gra.ch" -#include "Appevent.ch" +#include "xbp.ch" +#include "gra.ch" +#include "appevent.ch" #define RGB( r, g, b ) GraMakeRGBColor( { r, g, b } )