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.

28 lines
632 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996-1997
  5. //
  6. // File: pch.cpp
  7. //
  8. // Contents: TLS236 policy module precompiled header
  9. //
  10. //---------------------------------------------------------------------------
  11. #pragma warning(disable: 4018)
  12. #pragma warning(disable: 4244)
  13. #include "tlsassrt.h"
  14. #include <windows.h>
  15. #include <stdio.h>
  16. #include <tchar.h>
  17. #include <wincrypt.h>
  18. #include "license.h"
  19. #include "tlsapip.h"
  20. #include "tls236.h"
  21. #include "messages.h"
  22. #include "resource.h"
  23. #include "licekpak.h"
  24. #pragma hdrstop