summaryrefslogtreecommitdiff
path: root/include/delphi/m_json.inc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-06-19 21:01:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-06-19 21:01:00 +0000
commit618dad69404afb131ec2e2207dd0f642f09a1e86 (patch)
treedc081e98e89222b8ed492c8eb3c26a5b4faf4038 /include/delphi/m_json.inc
parentc67f96aa215ed9144c445643780b2419285769a3 (diff)
Miranda libs to have the .mir extension, to prevent conflicts
git-svn-id: http://svn.miranda-ng.org/main/trunk@14272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_json.inc')
-rw-r--r--include/delphi/m_json.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_json.inc b/include/delphi/m_json.inc
index 4c15fc168e..bb5b831527 100644
--- a/include/delphi/m_json.inc
+++ b/include/delphi/m_json.inc
@@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
{$DEFINE MIM_LIBJSON}
const
- JsonDLL = 'libjson.dll';
+ JsonDLL = 'libjson.mir';
type
PJSONNODE = ^TJSONNODE;