2011-02-01 16:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
! Fixed to build with pocc after recent png update.
* src/rtl/hbfilehi.prg
* Comments.
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-02-01 16:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
|
||||
! Fixed to build with pocc after recent png update.
|
||||
|
||||
* src/rtl/hbfilehi.prg
|
||||
* Comments.
|
||||
|
||||
2011-02-01 14:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbnetio/utils/hbnetio/netiosrv.prg
|
||||
* contrib/hbnetio/utils/hbnetio/netiocon.prg
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
-depincpathlocal=zlib:../../../../src/3rd/zlib
|
||||
|
||||
-cflag=-DHPDF_DLL_MAKE_CDECL{allwin&hbdyn}
|
||||
-cflag=-DPNG_ALLOCATED{allpocc}
|
||||
-cflag=-U__COREDLL__{mingwarm}
|
||||
|
||||
_hbhbpdf.c
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
*/
|
||||
|
||||
/* QUESTION: How to return success/failure when dir is passed? */
|
||||
|
||||
FUNCTION hb_cwd( cNewDir )
|
||||
IF hb_isString( cNewDir )
|
||||
/* TODO */
|
||||
@@ -61,6 +60,7 @@ FUNCTION hb_cwd( cNewDir )
|
||||
#define _ISDRIVESPEC( cDir ) ( ! Empty( hb_osDriveSeparator() ) .AND. Right( cDir, Len( hb_osDriveSeparator() ) ) == hb_osDriveSeparator() )
|
||||
|
||||
/* NOTE: Can hurt if there are symlinks on the way. */
|
||||
/* QUESTION: Rename to hb_PathOptimize() ? */
|
||||
FUNCTION hb_PathNormalize( cPath )
|
||||
LOCAL aDir
|
||||
LOCAL cDir
|
||||
|
||||
Reference in New Issue
Block a user