Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
968 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. vw.h
  5. Abstract:
  6. Top-level include file for VWIPXSPX DLL. Pulls in all other required header
  7. files
  8. Author:
  9. Richard L Firth (rfirth) 25-Oct-1993
  10. Revision History:
  11. 25-Oct-1993 rfirth
  12. Created
  13. --*/
  14. //
  15. // all include files required by VWIPXSPX.DLL
  16. //
  17. #include <stdio.h>
  18. #include <stdlib.h>
  19. #include <stdarg.h>
  20. #include <nt.h>
  21. #include <ntrtl.h>
  22. #include <nturtl.h>
  23. #include <windows.h>
  24. #define FD_SETSIZE MAX_OPEN_SOCKETS
  25. #include <winsock.h>
  26. #include <wsipx.h>
  27. #include <wsnwlink.h>
  28. #include <vddsvc.h> // GetVDMAddress, GetVDMPointer
  29. #undef getMSW
  30. extern WORD getMSW(VOID);
  31. #include "vwvdm.h"
  32. #include "vwdll.h"
  33. #include "vwipxspx.h"
  34. #include "vwasync.h"
  35. #include "vwmisc.h"
  36. #include "vwipx.h"
  37. #include "vwspx.h"
  38. #include "socket.h"
  39. #include "util.h"
  40. #include "vwdebug.h"
  41. #include "vwinapi.h"
  42. #include "vwint.h"