X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fmsvc_compat.h;h=a6566c464a555f8c29f94ebd8853ab00decab977;hp=188d8498715f7ca642b88640ea554aa95e1e2892;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hpb=fd1d136a94a6d20013f38d6a997bdfefad0f5e98 diff --git a/include/msvc_compat.h b/include/msvc_compat.h index 188d849..a6566c4 100644 --- a/include/msvc_compat.h +++ b/include/msvc_compat.h @@ -1,3 +1,28 @@ +/***************************************************************************** +** 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-2009 Kevin Rosenberg +** +** 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 @@ -10,7 +35,7 @@ #define strcasecmp _stricmp #define strncasecmp _strnicmp #define snprintf _snprintf - #define vsnprintf _vsnprintf + #define vsnprintf _vsnprintf #pragma warning(disable:4786) #endif #endif