kernel32: CreateProcessA should not call CreateProcessW directly

Maarten Lankhorst m.b.lankhorst at gmail.com
Wed Mar 16 14:11:23 CDT 2011


Hi Dan,

Op 16-03-11 20:06, Dan Kegel schreef:
> Does that work when compiling with -O3 ?
> Maybe you need a noinline attribute,
> http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function-Attributes

I don't think it will ever be inlined because of the calling convention 
differences. Doing a dumb -O3 to be sure confirms it.

Cheers,
Maarten.



More information about the wine-devel mailing list