Fix documentation reference to a mql4-lib file

This commit is contained in:
Ding Li
2017-08-18 10:34:30 +08:00
parent 61861aa68e
commit bab1c9753a
+1 -1
View File
@@ -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.