Hello all!<br><br>This is my first patch ever, and first open source contribution ever.<br><br>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. <br>

<br>I am a grad student at UCLA that has just started working on porting Wine to 64-bit environments. <br><br>I attest to not having seen any Microsoft source, or dissasembling Microsoft&#39;s DLL&#39;s.<br>
<br>Thanks,<br><br>Juan<br>