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.

31 lines
590 B

  1. //---------------------------------------------------------------------
  2. // Copyright (C)1998 Microsoft Corporation, All Rights Reserved.
  3. //
  4. // precomp.h
  5. //
  6. // Author:
  7. //
  8. // Edward Reus (edwardr) 02-26-98 Initial coding.
  9. //
  10. //---------------------------------------------------------------------
  11. #define UNICODE
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <winsock2.h>
  16. #include <mswsock.h>
  17. #ifndef _WIN32_WINNT
  18. #define _WIN32_WINNT
  19. #endif
  20. #include <rpc.h>
  21. #include <af_irda.h>
  22. #include "irtranp.h"
  23. #include "io.h"
  24. #include "scep.h"
  25. #include "conn.h"