http://bugs.winehq.org/show_bug.cgi?id=29128
--- Comment #23 from cruiseoveride cruiseoveride@gmail.com 2011-11-27 19:22:09 CST --- Apologies for my n00bness here,
Instead of the stub'd return FALSE, I did...
return DuplicateToken(baseToken,3,newToken);
And now I'm getting a segfault from somewhere in wine code.
I'm guessing I've done something stupid? Can I just call other functions in security.c like that?