X-Git-Url: https://git.saurik.com/apple/mdnsresponder.git/blobdiff_plain/67c8f8a10700c05d2460d60f5927f23cb5cb9241..7dc706029db60e343022e1be32a35a5958ad1a84:/Clients/ExplorerPlugin/ExplorerBar.cpp diff --git a/Clients/ExplorerPlugin/ExplorerBar.cpp b/Clients/ExplorerPlugin/ExplorerBar.cpp index f09d983..3aea9a2 100644 --- a/Clients/ExplorerPlugin/ExplorerBar.cpp +++ b/Clients/ExplorerPlugin/ExplorerBar.cpp @@ -17,6 +17,10 @@ Change History (most recent first): $Log: ExplorerBar.cpp,v $ +Revision 1.5 2009/03/30 18:44:53 herscher + Current Bonjour code does not compile on Windows + Move build train to Visual Studio 2005 + Revision 1.4 2006/08/14 23:24:00 cheshire Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0 @@ -588,7 +592,7 @@ STDMETHODIMP ExplorerBar::QueryContextMenu(HMENU hShellContextMenu, UINT iConte //=========================================================================================================================== // Not called for explorer bars -STDMETHODIMP ExplorerBar::GetCommandString(UINT idCmd, UINT uType, UINT* pwReserved, LPSTR pszName, UINT cchMax) +STDMETHODIMP ExplorerBar::GetCommandString(UINT_PTR idCmd, UINT uType, UINT* pwReserved, LPSTR pszName, UINT cchMax) { DEBUG_UNUSED( idCmd ); DEBUG_UNUSED( uType );