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.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "hbwinole.h"
|
||||
|
||||
typedef BOOL ( CALLBACK * PHB_AX_WININIT )( void );
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
* Windows API functions (commctrl)
|
||||
*
|
||||
* Pritpal Bedi <pritpal@vouchcac.com> 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
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
@@ -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 ) ) );
|
||||
}
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
* Windows OS version information
|
||||
*
|
||||
* Copyright 2004 Peter Rees <peter@rees.co.nz> Rees Software & Systems Ltd
|
||||
* www - http://www.harbour-project.org
|
||||
|
||||
Reference in New Issue
Block a user