commit | 3f6497bdc53bf19c1ac07cfbb121d7c51966b0d7 | [log] [tgz] |
---|---|---|
author | Ozkan Sezer <sezeroz@gmail.com> | Sat Jan 15 22:44:28 2022 -0500 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Sat Jan 15 22:44:28 2022 -0500 |
tree | 4fa1eb77d0e3fb95353ab1312b246bfca2fab307 | |
parent | 5e227133c16c1c9ff41a18a2b411a20afe81be6c [diff] |
Add Watcom C/C++ calling. In the unlikely case the source is built with OpenWatcom's -ec? switches to enforce a calling convention, the qsort() compare function must still be set to __watcall. * include/freetype/internal/compiler-macros.h (FT_COMPARE_DEF): Updated.