Re: apphelp: add a stub for ApphelpCheckShellObject
8 Nov
2011
8 Nov
'11
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.
5238
Age (days ago)
5238
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov