1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 05:14:10 +02:00

Removed internal

This commit is contained in:
Brian Fiete 2020-03-09 09:32:14 -07:00
parent 6f4680cb88
commit 77e204deb0

View file

@ -135,7 +135,7 @@ namespace System.Net
static extern int32 WSAGetLastError(); static extern int32 WSAGetLastError();
#else #else
[CLink] [CLink]
internal static int32 errno; static int32 errno;
#endif #endif
[CLink, StdCall] [CLink, StdCall]