diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1a8b31048a..b4943d87fd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-14 14:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbwin/win_os.prg + * contrib/hbwin/wapi_winuser.c + * contrib/hbwin/axcore.c + * contrib/hbwin/wapi_commctrl.c + * Formatting. + 2009-12-14 13:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn2.c ! Missing hb_itemRelease() from prev commit. diff --git a/harbour/contrib/hbwin/axcore.c b/harbour/contrib/hbwin/axcore.c index a4c7ae1f12..755daaf2c0 100644 --- a/harbour/contrib/hbwin/axcore.c +++ b/harbour/contrib/hbwin/axcore.c @@ -50,7 +50,6 @@ * */ - #include "hbwinole.h" typedef BOOL ( CALLBACK * PHB_AX_WININIT )( void ); diff --git a/harbour/contrib/hbwin/wapi_commctrl.c b/harbour/contrib/hbwin/wapi_commctrl.c index f0cf699614..e6b00b0f81 100644 --- a/harbour/contrib/hbwin/wapi_commctrl.c +++ b/harbour/contrib/hbwin/wapi_commctrl.c @@ -3,6 +3,9 @@ */ /* + * Harbour Project source code: + * Windows API functions (commctrl) + * * Pritpal Bedi 14Feb2009 * www - http://www.harbour-project.org * @@ -47,8 +50,6 @@ * */ -/*----------------------------------------------------------------------*/ - #define HB_OS_WIN_USED #include "hbapi.h" @@ -1454,4 +1455,3 @@ HB_FUNC( WAPI_TREEVIEW_SORTCHILDRENCB ) wapi_ret_L( TreeView_SortChildrenCB( wapi_par_HWND( 1 ), wapi_par_TVSORTCB( 2 ), wapi_par_BOOL( 3 ) ) ); } #endif -/*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbwin/wapi_winuser.c b/harbour/contrib/hbwin/wapi_winuser.c index 9fd0889b6b..8cddf69022 100644 --- a/harbour/contrib/hbwin/wapi_winuser.c +++ b/harbour/contrib/hbwin/wapi_winuser.c @@ -50,7 +50,6 @@ * If you do not wish that, delete this exception notice. * */ -/*----------------------------------------------------------------------*/ #define HB_OS_WIN_USED @@ -322,4 +321,3 @@ HB_FUNC( WAPI_SETACTIVEWINDOW ) { hb_retptr( SetActiveWindow( wapi_par_HWND( 1 ) ) ); } -/*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbwin/win_os.prg b/harbour/contrib/hbwin/win_os.prg index ad83ac1909..18252b2847 100644 --- a/harbour/contrib/hbwin/win_os.prg +++ b/harbour/contrib/hbwin/win_os.prg @@ -4,6 +4,7 @@ /* * Harbour Project source code: + * Windows OS version information * * Copyright 2004 Peter Rees Rees Software & Systems Ltd * www - http://www.harbour-project.org