Artifact c362d34c463ce25a956ff1fb3de5c83e606bc0eb:
- File generic/tcl.h — part of check-in [4e3480bcb0] at 2001-09-05 04:32:11 on branch trunk — * generic/tcl.h: Removed a small mistake from before. Changes to the EXTERN macro for proper Borland compatibility will have to see a TIP. What's this with the MS compiler: __declspec(dllexport) int func (int a, int b); will have to be this with Borland: int __cdecl __export func (int a, int b); The order of the attribute needs to be after the return type. (user: davygrvy size: 76440)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.