re: kernel32: CreateProcessA should not call CreateProcessW directly
16 Mar
2011
16 Mar
'11
2:06 p.m.
Does that work when compiling with -O3 ? Maybe you need a noinline attribute, http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function-Attribut...
16 Mar
16 Mar
2:11 p.m.
New subject: kernel32: CreateProcessA should not call CreateProcessW directly
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-Attribut...
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.
5475
Age (days ago)
5475
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dan Kegel -
Maarten Lankhorst