mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
10 lines
262 B
C++
10 lines
262 B
C++
// $Id: OS_TLI.cpp 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
#include "ace/OS_TLI.h"
|
|
|
|
ACE_RCSID(ace, OS_TLI, "$Id: OS_TLI.cpp 80826 2008-03-04 14:51:23Z wotte $")
|
|
|
|
#if !defined (ACE_HAS_INLINED_OSCALLS)
|
|
# include "ace/OS_TLI.inl"
|
|
#endif /* !ACE_HAS_INLINED_OSCALLS */
|