repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merging trunk->3.4, some crucial bits and pieces reinstated (SCViewHolder)
[supercollider.git]
/
windows
/
compat_stuff
/
WSA-pthread-compat-stuff.cpp
blob
7a6c71881aa2b164a63982e18be271dd92293e01
1
2
3
#include <Winsock2.h>
4
5
extern
"C"
6
{
7
8
int
WSAGetLastError_Compat
()
9
{
10
return
WSAGetLastError
( );
11
}
12
13
void
WSASetLastError_Compat
(
int
a
)
14
{
15
WSASetLastError
(
a
);
16
}
17
18
}