00001 /* 00002 * Portability.h 00003 * 00004 * Copyright 2003, MobileSpear Inc. (www.mobilespear.com). All rights reserved. 00005 * Copyright 2003, David Resnick. All rights reserved. 00006 * 00007 * See the file doc\license.txt for the terms of usage and distribution. 00008 */ 00009 00010 #ifndef _BOGOTEL_PORTABILITY_H 00011 #define _BOGOTEL_PORTABILITY_H 00012 00013 #if defined(_MSC_VER) 00014 # pragma warning( disable : 4290 ) 00015 # pragma warning( disable : 4786 ) 00016 # pragma warning( disable : 4275 ) 00017 # pragma warning( disable : 4251 ) 00018 #endif 00019 00020 #endif // ! _BOGOTEL_PORTABILITY_H 00021