summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-24 13:39:31 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-24 13:39:31 +0000
commit94203b25fb2d62f8435ddb0d0be9b83a30aa2e5a (patch)
treedead58ae15cd384ab266b93f179232eeff238c46 /plugins/ExternalAPI
parent4d6e062701d9a5b17d77fa5158fc1b2714184793 (diff)
one more fix in folders constants
git-svn-id: http://svn.miranda-ng.org/main/trunk@3263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r--plugins/ExternalAPI/m_folders.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_folders.h b/plugins/ExternalAPI/m_folders.h
index 33a36192b8..5d1471a1da 100644
--- a/plugins/ExternalAPI/m_folders.h
+++ b/plugins/ExternalAPI/m_folders.h
@@ -39,11 +39,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define PROFILE_PATHT PROFILE_PATHW
#define CURRENT_PROFILET CURRENT_PROFILEW
#define MIRANDA_PATHT MIRANDA_PATHW
+ #define PLUGINS_PATHT PLUGINS_PATHW
#define MIRANDA_USERDATAT MIRANDA_USERDATAW
#else
#define PROFILE_PATHT PROFILE_PATH
#define CURRENT_PROFILET CURRENT_PROFILE
#define MIRANDA_PATHT MIRANDA_PATH
+ #define PLUGINS_PATHT PLUGINS_PATH
#define MIRANDA_USERDATAT MIRANDA_USERDATA
#endif