X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fmsvc_compat.h;h=dccc8ec7bfef2c039b4a99050ed8694fb787e867;hb=e98a8a9d72a7b919debbbc9d1b0f237fe71c0fb3;hp=d77f435bc793a1817af654ad60a9f44a8819b8a7;hpb=aa41f74ce0ec15bc7952ed9da629dbe294429a61;p=ctsim.git diff --git a/include/msvc_compat.h b/include/msvc_compat.h index d77f435..dccc8ec 100644 --- a/include/msvc_compat.h +++ b/include/msvc_compat.h @@ -1,3 +1,30 @@ +/***************************************************************************** +** FILE IDENTIFICATION +** +** Name: msvc_compat.h +** Purpose: Microsoft Visual C compatibility header +** Author: Kevin Rosenberg +** Date Started: Dec 2000 +** +** This is part of the CTSim program +** Copyright (c) 1983-2001 Kevin Rosenberg +** +** $Id: msvc_compat.h,v 1.4 2001/01/28 19:10:18 kevin Exp $ +** +** This program is free software; you can redistribute it and/or modify +** it under the terms of the GNU General Public License (version 2) as +** published by the Free Software Foundation. +** +** This program is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. +** +** You should have received a copy of the GNU General Public License +** along with this program; if not, write to the Free Software +** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +******************************************************************************/ + #ifndef __MSVC_COMPAT_H #define __MSVC_COMPAT_H @@ -11,5 +38,6 @@ #define strncasecmp _strnicmp #define snprintf _snprintf #define vsnprintf _vsnprintf + #pragma warning(disable:4786) #endif #endif