windows-nt/Source/XPSP1/NT/ds/security/gina/snapins/fde/precomp.hxx
2020-09-26 16:20:57 +08:00

32 lines
757 B
C++

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1994 - 1998.
//
// File: precomp.hxx
//
// Contents: pre-compiled header
//
// History: 03-17-1998 stevebl Created
//
//---------------------------------------------------------------------------
#pragma warning( disable : 4786 )
#pragma warning( disable : 4005 )
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include "stdafx.h"
#include "resource.h"
#include "common.h"
#include "DataObj.h"
#include <afxdlgs.h>
#include <msi.h>
//#include <ntrtl.h>
#define COLUMNID(x) ((x) - IDS_FIRST_COL)
#define RSOPCOLUMNID(x) ((x) - IDS_FIRST_RSOP_COL)