diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:20:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:20:45 +0000 |
commit | c335029d1e6a301eecc0d9dbcfacb70ba7d8c975 (patch) | |
tree | 9766ea62b92224afbb54fce07beebc810673c6b0 /plugins/Spamotron/src/common.h | |
parent | c8853873429be6ee3f7b4ba68d061309bbd201dc (diff) |
use pcre16
git-svn-id: http://svn.miranda-ng.org/main/trunk@10033 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Spamotron/src/common.h')
-rw-r--r-- | plugins/Spamotron/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Spamotron/src/common.h b/plugins/Spamotron/src/common.h index 1de7db832c..e078fdb2d4 100644 --- a/plugins/Spamotron/src/common.h +++ b/plugins/Spamotron/src/common.h @@ -19,7 +19,7 @@ #include "m_folders.h"
-#include "pcre/pcre.h"
+#include "..\pcre16\src\pcre.h"
#include "resource.h"
#include "version.h"
|