1
1
forked from 0ad/0ad

WSAGetLastError

This was SVN commit r109.
This commit is contained in:
Simon Brenner 2003-11-25 21:19:00 +00:00
parent abbfb0836c
commit 3ed6b3ac34

View File

@ -87,6 +87,7 @@ extern int aio_open_winhandle(HANDLE);
#endif
extern __declspec(dllimport) int __stdcall WSAStartup(WORD, void*);
extern __declspec(dllimport) int __stdcall WSAGetLastError();
#endif
}