Austin English austinenglish@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.