]> git.saurik.com Git - apple/mdnsresponder.git/blobdiff - Clients/PrinterSetupWizard/PrinterSetupWizardApp.h
mDNSResponder-107.1.tar.gz
[apple/mdnsresponder.git] / Clients / PrinterSetupWizard / PrinterSetupWizardApp.h
index aa3f23327bbb626bba28c3b27dacc889c9386db6..871de5d447c170c46def80a1420c4eb0d776b172 100644 (file)
     Change History (most recent first):
     
 $Log: PrinterSetupWizardApp.h,v $
     Change History (most recent first):
     
 $Log: PrinterSetupWizardApp.h,v $
+Revision 1.2  2005/01/25 08:52:55  shersche
+<rdar://problem/3911084> 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
 
 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();