2012-06-04 13:27 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/gtwvg/wvgwing.c
! Fixed: (probably) 64 bit warning reported on the list.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-06-04 13:27 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/gtwvg/wvgwing.c
|
||||
! Fixed: (probably) 64 bit warning reported on the list.
|
||||
|
||||
2012-06-04 19:36 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ use HB_DEFAULT()
|
||||
|
||||
@@ -1229,11 +1229,12 @@ HB_FUNC( WVG_CREATETOOLTIPWINDOW )
|
||||
TOOLINFO toolInfo;
|
||||
|
||||
hwndTip = CreateWindowEx( ( DWORD ) NULL, TOOLTIPS_CLASS, NULL,
|
||||
WS_POPUP |TTS_ALWAYSTIP, // | TTS_BALLOON,
|
||||
WS_POPUP | TTS_ALWAYSTIP, // | TTS_BALLOON,
|
||||
CW_USEDEFAULT, CW_USEDEFAULT,
|
||||
CW_USEDEFAULT, CW_USEDEFAULT,
|
||||
wvg_parhwnd( 1 ), NULL,
|
||||
wvg_hInstance(), NULL);
|
||||
wvg_parhwnd( 1 ), ( HMENU ) NULL,
|
||||
( HINSTANCE ) wvg_hInstance(),
|
||||
( LPVOID ) NULL);
|
||||
if( ! hwndTip )
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user