mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
revert r39331
svn path=/branches/ros-amd64-bringup/; revision=46477
This commit is contained in:
parent
faffa5519c
commit
f8b4d53d3c
1 changed files with 0 additions and 5 deletions
|
@ -118,11 +118,6 @@ static CRITICAL_SECTION FILE_cs;
|
|||
#define LOCK_FILES() do { EnterCriticalSection(&FILE_cs); } while (0)
|
||||
#define UNLOCK_FILES() do { LeaveCriticalSection(&FILE_cs); } while (0)
|
||||
|
||||
FILE *__cdecl __iob_func()
|
||||
{
|
||||
return _iob;
|
||||
}
|
||||
|
||||
static inline BOOL is_valid_fd(int fd)
|
||||
{
|
||||
return fd >= 0 && fd < fdend && (fdesc[fd].wxflag & WX_OPEN);
|
||||
|
|
Loading…
Reference in a new issue