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