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
|
|
@ -4,7 +4,9 @@
|
|||
/**
|
||||
* @file OS_NS_sys_stat.h
|
||||
*
|
||||
* @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
|
||||
* $Id: OS_NS_sys_stat.h 80826 2008-03-04 14:51:23Z wotte $
|
||||
*
|
||||
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
|
||||
* @author Jesper S. M|ller<stophph@diku.dk>
|
||||
* @author and a cast of thousands...
|
||||
*
|
||||
|
|
@ -57,10 +59,6 @@ typedef struct _stati64 ACE_stat;
|
|||
# define ACE_STAT_FUNC_NAME ::_stati64
|
||||
# define ACE_WSTAT_FUNC_NAME ::_wstati64
|
||||
# endif /* _MSC_VER >= 1400 */
|
||||
# elif defined (__MINGW32__)
|
||||
typedef struct _stati64 ACE_stat;
|
||||
# define ACE_STAT_FUNC_NAME ::_stati64
|
||||
# define ACE_WSTAT_FUNC_NAME ::_wstati64
|
||||
# else
|
||||
typedef struct stat ACE_stat;
|
||||
# define ACE_STAT_FUNC_NAME ::stat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue