11 lines
296 B
C
11 lines
296 B
C
//******************************************************************************
|
|
//
|
|
// PRAGMAS.H
|
|
//
|
|
// Copyright (C) 1996-1999 Microsoft Corporation
|
|
//
|
|
//******************************************************************************
|
|
|
|
#pragma warning(disable:4355)
|
|
#pragma warning(disable:4786)
|