HTOD: Low hanging fruit

Andre andre at s-e-a-p.de
Fri Dec 6 07:04:17 PST 2013


Hi,

HTOD is not able to translate a #define if the
value is in brackets like here:

#define SQL_STILL_EXECUTING			2
#define SQL_ERROR				(-1)
#define SQL_INVALID_HANDLE			(-2)
#define SQL_NEED_DATA				99
(Example from ODBC header file sql.h)

This seems like a low hanging fruit.

Kind regards
André


More information about the Digitalmars-d mailing list