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.

38 lines
808 B

  1. //---------------------------------------------------------------------
  2. // Copyright (c)1998-1999 Microsoft Corporation, All Rights Reserved.
  3. //
  4. // precomp.h
  5. //
  6. // Author:
  7. //
  8. // Edward Reus (edwardr) 02-26-98 Initial coding.
  9. //
  10. // Edward Reus (edwardr) 08-27-99 Modified for Millennium & WIA.
  11. //
  12. //---------------------------------------------------------------------
  13. #include <windows.h>
  14. #include <winsock2.h>
  15. #ifndef _WIN32_WINDOWS
  16. #define _WIN32_WINDOWS
  17. #endif
  18. #include <af_irda.h>
  19. #include <shlobj.h>
  20. #include "irtranp.h"
  21. #include "io.h"
  22. #include "scep.h"
  23. #include "../progress.h"
  24. #include "conn.h"
  25. #pragma intrinsic(memcmp,memset)
  26. #include <objbase.h>
  27. #include "sti.h"
  28. #include "stierr.h"
  29. #include "stiusd.h"
  30. #include "wiamindr.h"