diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 12:27:07 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 12:27:07 +0000 |
commit | 50fb93f0bd6075a0f3cfb77abfc5a3aa9d75a5a6 (patch) | |
tree | 732a624aeabea094d56e00e08327e88f0a16f806 /plugins/Db_autobackups/headers.h | |
parent | d3ac0d2b927ec6d952116c1084b0ee7c147e34f2 (diff) |
Db_autobackups:
plusified
git-svn-id: http://svn.miranda-ng.org/main/trunk@544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/headers.h')
-rw-r--r-- | plugins/Db_autobackups/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/headers.h b/plugins/Db_autobackups/headers.h index b0c235855a..41da04b69b 100644 --- a/plugins/Db_autobackups/headers.h +++ b/plugins/Db_autobackups/headers.h @@ -44,6 +44,6 @@ int LoadOptions(void); HWND CreateToolTip(HWND hwndParent, LPTSTR ptszText, LPTSTR ptszTitle);
extern HINSTANCE hInst;
-TCHAR* profilePath;
+extern TCHAR* profilePath;
#endif
|