Source code of Windows XP (NT5)
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.

36 lines
793 B

  1. //============================================================================
  2. // Copyright (c) 1995, Microsoft Corporation
  3. //
  4. // File: pchbootp.h
  5. //
  6. // History:
  7. // Abolade Gbadegesin September-8-1995 Created.
  8. //
  9. // Precompiled header for IPBOOTP
  10. //============================================================================
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <winsvc.h>
  16. #define FD_SETSIZE 256
  17. #include <winsock2.h>
  18. #include <ws2tcpip.h>
  19. #include <stdio.h>
  20. #include <stdlib.h>
  21. #include <string.h>
  22. #include <malloc.h>
  23. // #include <rtm.h>
  24. #include <routprot.h>
  25. #include <rtutils.h>
  26. #include <ipbootp.h>
  27. #include "log.h"
  28. #include "defs.h"
  29. #include "sync.h"
  30. #include "table.h"
  31. #include "queue.h"
  32. #include "api.h"
  33. #include "work.h"