Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
757 B

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