No. I guess msvcrt.inc would be the result of a lib2inc tool feeded with msvcrt.lib? However, that's not the way h2incx ( the tool used to create the WinInc include files ) works: it translates C header files to assembly include files. Therefore there are, like in MS C, multiple assembly include files ( stdio.inc, stdlib.inc, … ). Some of them have been included in WinInc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is there an msvcrt.inc available for JWasm somewhere?
No. I guess msvcrt.inc would be the result of a lib2inc tool feeded with msvcrt.lib? However, that's not the way h2incx ( the tool used to create the WinInc include files ) works: it translates C header files to assembly include files. Therefore there are, like in MS C, multiple assembly include files ( stdio.inc, stdlib.inc, … ). Some of them have been included in WinInc.