more refactoring

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3683 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-09-30 20:25:33 +00:00
parent 0ba42540df
commit c8e7f13742
4 changed files with 168 additions and 125 deletions

View file

@ -8,6 +8,8 @@
#endif
#include "ResourceEditor.h"
#include <string>
// these are the standard pause-before-quit shit.
extern int g_dopause;
extern void dopause(void);
@ -42,6 +44,8 @@ size_t my_strftime(char *s, size_t max, const char *fmt, const struct tm *tm);
(((x)&0x0000FF00) << 8) | \
(((x)&0x000000FF) << 24) )
std::string get_full_path(const std::string &path);
#ifndef _WIN32
char *CharPrev(const char *s, const char *p);
char *CharNext(const char *s);