Another common Unixism that causes problems on Windows is the use of the select() function.
Note the term fork/exec is a Unixism that describes the way many applications first fork a child process and then use the exec system command to start another process.