Wine64 - msvcrt dll test fix

Juan M. Navarro juan.m.navarro at gmail.com
Tue Feb 17 14:19:47 CST 2009


Hello all!

This is my first patch ever, and first open source contribution ever.

The strlen function returns a size_t that represents an unsigned int in
32-bit environments, and an unsigned long in 64-bit environments. The strlen
function call has been changed to an lstrlen function call, which always
returns an integer.

I am a grad student at UCLA that has just started working on porting Wine to
64-bit environments.

I attest to not having seen any Microsoft source, or dissasembling
Microsoft's DLL's.

Thanks,

Juan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-patches/attachments/20090217/d1443d50/attachment-0001.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lstrlen.patch
Type: text/x-diff
Size: 1099 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090217/d1443d50/attachment-0001.patch 


More information about the wine-patches mailing list