ValentijnNK / miranda

Automatically exported from code.google.com/p/miranda
0 stars 0 forks source link

typo in m_netlib.h #1639

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There seems to be a typo in m_netlib.h:

#define  Netlib_LogfW  Netlib_LogfT (line 789)
...
#define  Netlib_LogfW  Netlib_Logf (line 791)

that should be

#define  Netlib_LogfT  Netlib_LogfW
...
#define  Netlib_LogfT  Netlib_Logf

Also
#define NNR_TCHAR 1 (line 802)
should be
#define NNR_TCHAR NNR_UNICODE
just for the sake of cleaner code. 

Original issue reported on code.google.com by wishmaster51 on 23 Sep 2012 at 3:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r14380.

Original comment by rainwater on 24 Sep 2012 at 8:54