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.

28 lines
584 B

  1. /*****************************************************************************
  2. *
  3. * Copyright (c) 1998 Microsoft Corporation
  4. *
  5. * Module Name:
  6. *
  7. * all.hxx
  8. *
  9. * Abstract:
  10. *
  11. * This is the pre-compiled header file containing all of the common
  12. * SDK and DDK headers.
  13. *
  14. * Author:
  15. *
  16. * Steven West [swest] 1-January-1999
  17. *
  18. * Revision History:
  19. *
  20. *****************************************************************************/
  21. #pragma once
  22. #include <winsock2.h>
  23. #include <stdlib.h>
  24. #include <stdio.h>
  25. #include <windows.h>