[CRT] Add missing posix error codes
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 28 Apr 2019 09:28:24 +0000 (11:28 +0200)
committerHervé Poussineau <hpoussin@reactos.org>
Mon, 27 May 2019 11:22:40 +0000 (13:22 +0200)
commit81bdf4e36023aa9cd7d71ccdb9a6d1d09666406f
treeb365269df2cc5db963b0511f7f83934fd09ce3a3
parent8eb7a1a2f4a9cce5a70a9c48efb30cdfa59bf56f
[CRT] Add missing posix error codes

These are required by latest mingw-w64 stl and we are mixing this with our crt headers.
Define _CRT_NO_POSIX_ERROR_CODES in all modules that define their own constants.
dll/win32/dnsapi/CMakeLists.txt
dll/win32/iphlpapi/CMakeLists.txt
drivers/filesystems/ext2/CMakeLists.txt
drivers/filesystems/reiserfs/CMakeLists.txt
sdk/include/crt/errno.h
sdk/lib/3rdparty/adns/CMakeLists.txt
sdk/lib/3rdparty/libmpg123/CMakeLists.txt