diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 17:42:41 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 17:42:41 +0000 |
commit | cd6ce3298f1a2a1243e45ae29f52194d06f6d0af (patch) | |
tree | aeb09c09217076b126903f665269d048e806ad31 /plugins/Variables/src/variables.h | |
parent | a871fd35ad16eca0482a9687d1bbaa77d34d74d6 (diff) |
project cleanup
variables use pcre16
git-svn-id: http://svn.miranda-ng.org/main/trunk@10028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src/variables.h')
-rw-r--r-- | plugins/Variables/src/variables.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Variables/src/variables.h b/plugins/Variables/src/variables.h index 8818f1fdc7..6014c0ba55 100644 --- a/plugins/Variables/src/variables.h +++ b/plugins/Variables/src/variables.h @@ -19,7 +19,6 @@ #define _CRT_NON_CONFORMING_SWPRINTFS
#define _CRT_SECURE_NO_WARNINGS
-#define PCRE_STATIC
#include <malloc.h>
#include <windows.h>
@@ -44,13 +43,13 @@ #include <m_clui.h>
#include <m_clc.h>
#include <m_string.h>
+#include <m_metacontacts.h>
#include <m_variables.h>
-#include <m_metacontacts.h>
#include "..\helpers\gen_helpers.h"
-#include "pcre\include\pcre.h"
+#include "..\pcre16\src\pcre.h"
#include "resource.h"
#include "version.h"
|