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


