Search notes:

Windows CRT: wmain

wmain(int argc, wchar_t *argv[], wchar_t *envp[]) is Window's wide character version of main().

Linking with MinGW

If a program is linked with MinGW, the linker should be given the -municode linker option.

See also

crt0.c

Index