29 lines
632 B
C++
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
|
||
|
|