[ros-dev] [ros-diffs] [pschweitzer] 35813: Primary implementation of sfc.dll. To have it "fully" working, sfc_os.dll is will be needed. It does nothing more. Don't shout, Fireball agreed for commit ; ).

Thomas Bluemel thomas at reactsoft.com
Sun Aug 31 05:02:32 CEST 2008


pschweitzer at svn.reactos.org wrote:
> +DWORD WINAPI sfc_8()
>   

I hope you guys realize that sfc_8 () compiled as C is different from 
what it'd be when compiled as C++. In C this means that it is a cdecl 
function with variable arguments (I guess WINAPI overrides cdecl, but 
still). If it is compiled as C++, it means the same as sfc_8 (void). So 
better have a void argument list.

Thomas


More information about the Ros-dev mailing list