Answer the question
In order to leave comments, you need to log in
Remove function size indication?
I am writing a NASM application for Win32.
The gcc linker Annoys
me forever specifying the size of the function:
[email protected]
, [email protected]
etc.
Is it possible to somehow remove this, and just declare: _MessageBox
, _ExitProcess
, like with msvcrt: _printf
, __getch
etc?
Answer the question
In order to leave comments, you need to log in
I'm annoyed by the eternal indication of the size of the function
Is it possible to somehow remove this, and simply declare: _MessageBox, _ExitProcess, as with msvcrt: _printf, __getch, etc?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question