Skip to content

Merge unix/app.c and win32/app.c

Ondřej Surý requested to merge ondrej/unify-unix-and-win32-app.c into master

The differences between two files are very minimal and most of the code is common. Merge those two files and use #ifdef WIN32 to include the right bits on Windows.

Merge request reports