On Fri, Feb 21, 2014 at 04:06:12AM -0300, Carlos Montiers wrote: > with calling to SetConsoleCursorPosition a import for memcpy of > msvcrt.dll is created, without SetConsoleCursorPosition the memcpy import > is not there. > > Why memcpy is imported if I not use it in the code?
Because you pass a structure by value. Daniel _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
