If I create a prototype function, that includes __stdcall in it, do I need to also use the directive __stdcall where the actual function is coded? Or does the fact that it's set to __stdcall in the prototype remove the requirement of also including __stdcall where the actual function is coded?
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
