windows-nt/Source/XPSP1/NT/termsrv/license/tlserver/tls236/pch.cpp

29 lines
632 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+--------------------------------------------------------------------------
//
// 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