* fhandler_socket.cc: New file.

* Makefile.in: Add fhandler_socket.o to dependencies.
        * fhandler.h: Change comment.
        * net.cc Move all fhandler_socket methods to fhandler_socket.cc.
        * winsup.h: Add declaration for `ws2_32_handle'.
This commit is contained in:
Corinna Vinschen
2000-10-27 09:50:33 +00:00
parent dd4f0b2343
commit afd5033d83
6 changed files with 324 additions and 300 deletions

View File

@@ -173,6 +173,7 @@ void __stdcall window_terminate (void);
/* Globals that handle initialization of winsock in a child process. */
extern HANDLE wsock32_handle;
extern HANDLE ws2_32_handle;
/* Globals that handle initialization of netapi in a child process. */
extern HANDLE netapi32_handle;