From 57f54b43db62eb12bddbfbfd47687d04ef34c634 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 2 Aug 2014 18:41:42 +0000 Subject: use pcre16 git-svn-id: http://svn.miranda-ng.org/main/trunk@10036 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/ClientChangeNotify/src/ClientChangeNotify.cpp') diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index 55c09e6d4d..9d6457a735 100644 --- a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp @@ -321,7 +321,6 @@ static int ModuleLoad(WPARAM wParam, LPARAM lParam) int MirandaLoaded(WPARAM wParam, LPARAM lParam) { - InitPcre(); ModuleLoad(0, 0); COptPage PopupOptPage(g_PopupOptPage); PopupOptPage.DBToMem(); @@ -377,6 +376,5 @@ extern "C" int __declspec(dllexport) Load(void) extern "C" int __declspec(dllexport) Unload() { CloseHandle(g_hMainThread); - UninitPcre(); return 0; } -- cgit v1.2.3