X-Git-Url: https://git.saurik.com/apple/mdnsresponder.git/blobdiff_plain/7f0064bd55e3fa98568d2c359429ff8a38b23a6c..f5e6e86cb0d7e0c7608c30d93ecb200173f29055:/Clients/PrinterSetupWizard/PrinterSetupWizardApp.h diff --git a/Clients/PrinterSetupWizard/PrinterSetupWizardApp.h b/Clients/PrinterSetupWizard/PrinterSetupWizardApp.h index aa3f233..871de5d 100644 --- a/Clients/PrinterSetupWizard/PrinterSetupWizardApp.h +++ b/Clients/PrinterSetupWizard/PrinterSetupWizardApp.h @@ -23,6 +23,10 @@ Change History (most recent first): $Log: PrinterSetupWizardApp.h,v $ +Revision 1.2 2005/01/25 08:52:55 shersche + Add APIs to return localizable and non-localizable resource DLL handles +Bug #: 3911084 + Revision 1.1 2004/06/18 04:36:57 rpantos First checked in @@ -57,4 +61,6 @@ public: }; -extern CPrinterSetupWizardApp theApp; +extern CPrinterSetupWizardApp theApp; +extern HINSTANCE GetNonLocalizedResources(); +extern HINSTANCE GetLocalizedResources();