atl: Remove WINAPI on static functions where not needed.

Ken Thomases ken at codeweavers.com
Mon Nov 24 13:51:12 CST 2008


Thanks for taking care of this, Francois.

On Nov 23, 2008, at 5:15 PM, Francois Gouget wrote:

> Astute readers will notice that this leaves one loophole: nasty macro
> use like in dlls/winmm/message16.c:
>
> #define A(_x,_y) MMDRV_InstallMap(_x, \
> MMDRV_##_y##_Map16To32W, MMDRV_##_y##_UnMap16To32W, \
> MMDRV_##_y##_Map32WTo16, MMDRV_##_y##_UnMap32WTo16, \
> MMDRV_##_y##_Callback)
>    A(MMDRV_AUX,        Aux);
>
> A grep would not find that MMDRV_Aux_Callback is referenced by the  
> above
> code.

Could you perhaps grep the output from the preprocessor, instead?

-Ken




More information about the wine-devel mailing list