From dfee94a1bc60eadd659b823639ebfa7602d6fa56 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 23 Feb 2010 19:53:31 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 9 ++++++++- harbour/examples/hbdoc2/hbdoc2.prg | 2 +- harbour/include/hbwince.h | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9db88e2459..a1ed065e8f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/examples/hbdoc2/hbdoc2.prg b/harbour/examples/hbdoc2/hbdoc2.prg index 9899d46576..94b7e4348d 100644 --- a/harbour/examples/hbdoc2/hbdoc2.prg +++ b/harbour/examples/hbdoc2/hbdoc2.prg @@ -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 ), ; }, ; diff --git a/harbour/include/hbwince.h b/harbour/include/hbwince.h index ffeea182b1..a0b54d4d68 100644 --- a/harbour/include/hbwince.h +++ b/harbour/include/hbwince.h @@ -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 )