mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Removed internal
This commit is contained in:
parent
6f4680cb88
commit
77e204deb0
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue