mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// -*- C++ -*-
|
||||
// $Id: ACE_export.h 97262 2013-08-09 08:32:10Z johnnyw $
|
||||
// Definition for Win32 Export directives.
|
||||
// This file is generated automatically by
|
||||
// generate_export_file.pl
|
||||
|
|
@ -50,7 +51,13 @@
|
|||
#endif
|
||||
|
||||
#if defined (__ACE_INLINE__)
|
||||
# define ACE_NAMESPACE_INLINE_FUNCTION inline
|
||||
# if defined (_MSC_VER) || defined (__MINGW32__) || defined (CYGWIN32) || \
|
||||
(defined (__SUNPRO_CC) && __SUNPRO_CC >= 0x560) || \
|
||||
(defined (__HP_aCC) && (__HP_aCC >= 60500))
|
||||
# define ACE_NAMESPACE_INLINE_FUNCTION inline
|
||||
# else
|
||||
# define ACE_NAMESPACE_INLINE_FUNCTION ACE_NAMESPACE_STORAGE_CLASS inline
|
||||
# endif
|
||||
# define ACE_INLINE_TEMPLATE_FUNCTION inline
|
||||
#else
|
||||
# define ACE_NAMESPACE_INLINE_FUNCTION ACE_NAMESPACE_STORAGE_CLASS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue