windows-nt/Source/XPSP1/NT/termsrv/license/tlserver/tls236/pch.cpp
2020-09-26 16:20:57 +08:00

29 lines
632 B
C++

//+--------------------------------------------------------------------------
//
// 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