From bab1c9753a52d9470f5d8f2a6d9fe6fefc7c3390 Mon Sep 17 00:00:00 2001 From: Ding Li Date: Fri, 18 Aug 2017 10:34:30 +0800 Subject: [PATCH] Fix documentation reference to a mql4-lib file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3170284..bd19160 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This binding contains three sets of files: latest Visual C++ runtime (2015)**. *Note* that if you are using **MT5 32bit**, you need to comment out the - `__X64__` macro definition at the top of the `Include/Zmq/Common.mqh`. I + `__X64__` macro definition at the top of the `Include/Mql/Lang/Native.mqh`. I assume MT5 is 64 bit, since their is no way to detect 32 bit by native macros, and to define pointer related values a macro like this is required.