X-Git-Url: https://git.saurik.com/apple/mdnsresponder.git/blobdiff_plain/67c8f8a10700c05d2460d60f5927f23cb5cb9241..9253e6af834cac30338e4fe28245cd6a7abdb7fa:/mDNSWindows/ControlPanel/ControlPanelExe.h?ds=inline diff --git a/mDNSWindows/ControlPanel/ControlPanelExe.h b/mDNSWindows/ControlPanel/ControlPanelExe.h index 54bcd84..865ebc1 100644 --- a/mDNSWindows/ControlPanel/ControlPanelExe.h +++ b/mDNSWindows/ControlPanel/ControlPanelExe.h @@ -13,27 +13,15 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - - Change History (most recent first): - -$Log: ControlPanelExe.h,v $ -Revision 1.3 2007/04/27 21:43:00 herscher -Update license info to Apache License, Version 2.0 - -Revision 1.2 2007/04/27 20:42:12 herscher - mDNS: Bonjour Control Panel for Windows doesn't work on Vista - -Revision 1.1.2.1 2007/04/27 18:13:55 herscher - mDNS: Bonjour Control Panel for Windows doesn't work on Vista - - -*/ + */ #pragma once #include "stdafx.h" +extern HINSTANCE GetNonLocalizedResources(); +extern HINSTANCE GetLocalizedResources(); //------------------------------------------------- // CCPApp @@ -51,7 +39,7 @@ protected: virtual BOOL InitInstance(); void - Register( LPCTSTR inClsidString, LPCTSTR inName, LPCTSTR inCategory, LPCTSTR inLocalizedName, LPCTSTR inInfoTip, LPCTSTR inIconPath, LPCTSTR inExePath ); + Register( LPCTSTR inClsidString, LPCTSTR inName, LPCTSTR inCanonicalName, LPCTSTR inCategory, LPCTSTR inLocalizedName, LPCTSTR inInfoTip, LPCTSTR inIconPath, LPCTSTR inExePath ); void Unregister( LPCTSTR clsidString );