[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / OS_Dirent.h
blobd05dc170991e3acf63b98be5e6bf2ee1acd5bdaa
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file OS_Dirent.h
7 * $Id: OS_Dirent.h 80826 2008-03-04 14:51:23Z wotte $
9 * @author Doug Schmidt <schmidt@cs.wustl.edu>
10 * @author Jesper S. M|ller<stophph@diku.dk>
11 * @author and a cast of thousands...
13 //=============================================================================
15 #ifndef ACE_OS_DIRENT_H
16 #define ACE_OS_DIRENT_H
17 #include /**/ "ace/pre.h"
19 #include /**/ "ace/ACE_export.h"
21 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 # pragma once
23 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 #include "ace/OS_Errno.h"
26 #include "ace/os_include/os_dirent.h"
27 #include "ace/os_include/sys/os_types.h"
29 #include "ace/OS_NS_dirent.h"
31 #include /**/ "ace/post.h"
32 #endif /* ACE_OS_DIRENT_H */