1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +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();
#else
[CLink]
internal static int32 errno;
static int32 errno;
#endif
[CLink, StdCall]