These changes break builds on windows. Here is a sample of
the output from Visual Studio 2010:
2>d:\myprojects\resip-main\rutil\wincompat.cxx(362):
error C2440: '<function-style-cast>' : cannot convert
from 'DWORD' to 'resip::Data'
2> No constructor could take the source type,
or constructor overload resolution was ambiguous
2>d:\myprojects\resip-main\rutil\wincompat.cxx(369):
error C2440: '<function-style-cast>' : cannot convert
from 'ULONG' to 'resip::Data'
2> No constructor could take the source type,
or constructor overload resolution was ambiguous
2>d:\myprojects\resip-main\rutil\wincompat.cxx(369):
error C2440: '<function-style-cast>' : cannot convert
from 'DWORD' to 'resip::Data'
2> No constructor could take the source type,
or constructor overload resolution was ambiguous
2>d:\myprojects\resip-main\rutil\wincompat.cxx(406):
error C2440: '<function-style-cast>' : cannot convert
from 'DWORD' to 'resip::Data'
2> No constructor could take the source type,
or constructor overload resolution was ambiguous
Looking into it now.