>>93
How can I use a custom entry-point with gcc? It would be nice to get rid of all the bullshit that gcc throws into my application by default (from msvcrt.dll I have __getmainargs, __p__environ, __p__fmode, __set_app_type, _cexit, _iob, _onexit, _setmode, abort, atexit, fflush, and signal, none of which I asked for. And then there's SetUnhandledExceptionFilter, AddAtomA, FindAtomA, GetAtomNameA from KERNEL32.dll that I most certainly didn't ask for)