Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pnet: Fix a compiler warning on Octave for Windows.
Caused by using a POSIX/Unix MinGW build system for Octave on Windows, where EWOULDBLOCK is a defined - but pointless for our purpose here - error code, so redefining it to something meaningful without first undefining it caused a compiler warning.
- Loading branch information