--- AE/Installer/trunk/source/aeinstallerapp.h 2009/07/05 14:11:22 382 +++ AE/Installer/trunk/source/aeinstallerapp.h 2009/07/15 21:16:14 423 @@ -22,6 +22,7 @@ #include "main_window.h" ////@end includes +string escapePath(string input); /*! * Forward declarations @@ -81,4 +82,5 @@ DECLARE_APP(AEInstallerApp) #endif // _AEINSTALLERAPP_H_ int globalizeData(void); +void globalize2(void); MainWindow* TheWindow; \ No newline at end of file