Undeclared identifier EOPNOTSUPP under win32 #183
Comments
@nnposter We skipped over VS 2010 in our own builds, so we did not encounter this problem, but we ran into other problems on VS 2013. As a workaround, we added the |
Sourcing It seems to me that perhaps both changes (the conditional and the custom definition) should be applied. Otherwise we would not be treating the error codes consistently, such as |
Compilation of r34854 with Visual Studio 2010 fails with
The root cause appears to be the absence of the corresponding definition in
nbase/nbase_winunix.h
. The following patch rectifies the issue:The text was updated successfully, but these errors were encountered: