oe_comp_msvc.h

00001 #ifndef __OE_COMP_MSVC_H__
00002 #define __OE_COMP_MSVC_H__
00003 
00004 // For MSVC.
00005 #define _CRT_SECURE_NO_DEPRECATE
00006 #define OE_INLINE inline
00007 #pragma warning (disable: 4786) // remove warnings about long symbol names if STL library is used.
00008 #pragma warning (disable: 4788)
00009 
00010 #endif
00011 

Generated on Sat Sep 9 03:50:44 2006 for Openem APIs by  doxygen 1.4.7