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.

25 lines
580 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: PCH.H
  4. //
  5. // Module: CMROUTE.EXE
  6. //
  7. // Synopsis: Precompiled header
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: anbrad created 02/24/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include "windows.h"
  15. #include "winsock.h"
  16. #include "wininet.h"
  17. #include "tchar.h"
  18. #include "iphlpapi.h" // random IP helper functions
  19. #include <stdio.h>
  20. #include <stdlib.h>
  21. #include <conio.h>
  22. #include "cmutil.h"