mirror of https://github.com/tongzx/nt5src
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.
24 lines
549 B
24 lines
549 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2000 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// Pragmas.h
|
|
//
|
|
// Description:
|
|
// Project level pragmas.
|
|
//
|
|
// Maintained By:
|
|
// Galen Barbee (GalenB) 22-APR-2000
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#pragma once
|
|
|
|
|
|
#pragma warning( disable : 4100 )
|
|
#pragma warning( disable : 4127 )
|
|
#pragma warning( disable : 4201 )
|
|
#pragma warning( disable : 4509 )
|
|
#pragma warning( disable : 4702 )
|
|
|