diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-16 11:09:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-16 11:09:35 +0000 |
commit | cf7fff7392a9727604c6e1f53bf240ea9b0d9166 (patch) | |
tree | 99d0c2cc4e33c2333082a779d1e8d66d93d1aabf /plugins/Variables/src | |
parent | 437835559168a5945a1196161660c439266eb59d (diff) |
Variables rebound to the new pcre16 project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14196 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src')
-rw-r--r-- | plugins/Variables/src/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/src/variables.h b/plugins/Variables/src/variables.h index 3764f15b6e..4d65579e74 100644 --- a/plugins/Variables/src/variables.h +++ b/plugins/Variables/src/variables.h @@ -49,7 +49,7 @@ #include "..\helpers\gen_helpers.h"
-#include "..\pcre16\src\pcre.h"
+#include "..\..\libs\pcre16\src\pcre.h"
#include "resource.h"
#include "version.h"
|