On 11 December 2012 04:16, Austin English austinenglish@gmail.com wrote:
- Copyright 2012 The Wine Project
I don't think that kind of thing really makes sense unless you also define "The Wine Project" as some kind of legal entity somewhere.
- TRACE("(0x%p, %d, %p)\n", hinstDLL, fdwReason, lpvReserved);
0x%p is just wrong, and %d is at least questionable for a DWORD. I suspect this was just copied from somewhere else though.