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.

39 lines
894 B

  1. /**********************************************************************/
  2. /** Microsoft Passport **/
  3. /** Copyright(c) Microsoft Corporation, 1999 - 2001 **/
  4. /**********************************************************************/
  5. /*
  6. precomp.h
  7. FILE HISTORY:
  8. */
  9. #ifndef __PRECOMP_H
  10. #define __PRECOMP_H
  11. #pragma warning ( disable : 4242 )
  12. #ifndef _WIN32_WINNT
  13. #define _WIN32_WINNT 0x0400
  14. #endif
  15. #include <assert.h>
  16. #include <comdef.h>
  17. #include "digest.h"
  18. #include "passporttypes.h"
  19. #include "PassportEvent.hpp"
  20. #include "PassportGuard.hpp"
  21. #include "PpNexusClient.h"
  22. #include "PpNotificationThread.h"
  23. #include "PpShadowDocument.h"
  24. #include "PMAlertsDefs.h"
  25. #include "PassportAlertInterface.h"
  26. #include "pmalerts.h"
  27. extern PassportAlertInterface* g_pAlert;
  28. #endif // __PRECOMP_H