This makes SciTE.exe 1KB smaller (probably due to CRT startup code don't need to convert command line argument from wide to narrow).
- int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR, int)
+ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE, LPWSTR, int)
That didn't work with MinGW-w64.
win32\makefile needs
LDFLAGS += -mwindows -municode.Committed as [ad12ac].
Related
Commit: [ad12ac]