Re: apphelp: add a stub for ApphelpCheckShellObject
Nov. 8, 2011
6:36 p.m.
Austin English <austinenglish(a)gmail.com> wrote:
+BOOL WINAPI ApphelpCheckShellObject(REFCLSID ObjectCLSID, BOOL ShimIfNecessary, ULONGLONG *pullFlags) +{ + FIXME("stub: %s %p\n", debugstr_guid(ObjectCLSID), pullFlags ); + return TRUE; +}
It's a common convention in Wine to avoid hungarian notation by all means. In this case naming variables something like 'clsid, shim, flags' woud be better. -- Dmitry.
5252
Age (days ago)
5252
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov