2010-02-23 20:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* examples/hbdoc2/hbdoc2.prg
    ! Synced doc language subdir with recent changes.
      Thanks to Qatan for pointing it out.

  * include/hbwince.h
    * Formatting.
This commit is contained in:
Viktor Szakats
2010-02-23 19:53:31 +00:00
parent 1870c5c65c
commit dfee94a1bc
3 changed files with 10 additions and 3 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-02-23 20:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* examples/hbdoc2/hbdoc2.prg
! Synced doc language subdir with recent changes.
Thanks to Qatan for pointing it out.
* include/hbwince.h
* Formatting.
2010-02-23 17:40 UTC+0100 Maurilio Longo (maurilio.longo@libero.it)
* source/contrib/hbxpp/tthreadx.prg
! while waiting for ::interval to expire, ::active has to be .T.
@@ -40,7 +48,6 @@
% small optimization in OLE method calls
(use static buffer for message name)
2010-02-23 14:25 UTC+0100 Maurilio Longo (maurilio.longo@libero.it)
* source/contrib/hbxpp/tthreadx.prg
* changed ::start() method to execute ::atStart/::atEnd methods/codeblocks

View File

@@ -225,7 +225,7 @@ PROCEDURE Main( ... )
AEval( ;
{;
p_hsSwitches[ "basedir" ] + "doc", ;
p_hsSwitches[ "basedir" ] + "doc" + PATH_SEPARATOR + "en-en", ;
p_hsSwitches[ "basedir" ] + "doc" + PATH_SEPARATOR + "en", ;
IIf( p_hsSwitches[ "source" ], p_hsSwitches[ "basedir" ] + "source", NIL ), ;
IIf( p_hsSwitches[ "contribs" ], p_hsSwitches[ "basedir" ] + "contrib", NIL ), ;
}, ;

View File

@@ -115,7 +115,7 @@ HB_EXTERN_BEGIN
int WINAPI FrameRect( HDC hDC, CONST RECT * lprc, HBRUSH hbr );
BOOL WINAPI FloodFill( HDC hdc, int x, int y, COLORREF color);
BOOL WINAPI Arc( HDC hdc, int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4);
BOOL WINAPI Arc( HDC hdc, int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4);
#endif /* _MSC_VER */
#if defined( _MSC_VER ) && ( _MSC_VER <= 1310 )