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.
|
|
//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996-1997
//
// File: pch.cpp
//
// Contents: TLS236 policy module precompiled header
//
//---------------------------------------------------------------------------
#pragma warning(disable: 4018)
#pragma warning(disable: 4244)
#include "tlsassrt.h"
#include <windows.h>
#include <stdio.h>
#include <tchar.h>
#include <wincrypt.h>
#include "license.h"
#include "tlsapip.h"
#include "tls236.h"
#include "messages.h"
#include "resource.h"
#include "licekpak.h"
#pragma hdrstop
|