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.
This commit is contained in:
Viktor Szakats
2011-02-01 19:24:40 +00:00
parent 6e59779eea
commit 80ac81c146
2 changed files with 9 additions and 3 deletions

View File

@@ -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

View File

@@ -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 } )