>>> #define wapi_ret_UINT( n )            ( hb_parni( n ) ) ?
>>> #define wapi_ret_LONG( n )            ( hb_parnl( n ) ) ?
>>> #define wapi_ret_WORD( n )            ( hb_parnl( n ) ) ?
>>> #define wapi_ret_DWORD( n )           ( hb_parnl( n ) ) ?
>> 
>> They look correct to me on SVN. What would this change fix?
>> 
> 
> No, my mistake. It should be:
> 
> #define wapi_ret_UINT( n )            ( hb_retni( n ) ) ?
> #define wapi_ret_LONG( n )            ( hb_retnl( n ) ) ?
> #define wapi_ret_WORD( n )            ( hb_retnl( n ) ) ?
> #define wapi_ret_DWORD( n )           ( hb_retnl( n ) ) ?
> 
> Can you please commit?

Ops, there are times when I watch but can't see :)

Thanks, I'll commit it.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to