[sre] Mark AssemblyBuilderAccess.ReflectionOnly assemblies as refonly
[mono.git] / mono / metadata / w32error.h
index 990ba3b3894cd9f9bb7245a60e6b7a30fcff29ed..439bdd81a2a0d366e5f1a3fec63ac8448cbfed49 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * \file
+ */
 
 #ifndef _MONO_METADATA_W32ERROR_H_
 #define _MONO_METADATA_W32ERROR_H_
@@ -39,6 +42,7 @@
 #define ERROR_FILENAME_EXCED_RANGE 206
 #define ERROR_DIRECTORY            267
 #define ERROR_IO_PENDING           997
+#define ERROR_CANT_RESOLVE_FILENAME 1921
 #define ERROR_ENCRYPTION_FAILED    6000
 #define WSAEINTR                   10004
 #define WSAEBADF                   10009
@@ -52,6 +56,7 @@
 #define WSAENOTSOCK                10038
 #define WSAEDESTADDRREQ            10039
 #define WSAEMSGSIZE                10040
+#define WSAEPROTOTYPE              10041
 #define WSAENOPROTOOPT             10042
 #define WSAEPROTONOSUPPORT         10043
 #define WSAESOCKTNOSUPPORT         10044