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.
On Tue, Dec 11, 2012 at 5:15 AM, Henri Verbeet hverbeet@gmail.com wrote:
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.
It's also done in some headers/other files. I didn't want to put my name on it for so little code, but that's a trivial thing to change.
- 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.
The stub was created using winedump.