mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Oooops! This should not have heppened
svn path=/trunk/; revision=2030
This commit is contained in:
parent
83e63dc11b
commit
a6f8fd2f79
6 changed files with 11 additions and 11 deletions
|
@ -4,5 +4,5 @@
|
|||
* This fcntl.h maps to the root fcntl.h
|
||||
*/
|
||||
#ifndef __STRICT_ANSI__
|
||||
#include <msvcrt/fcntl.h>
|
||||
#include <crtdll/fcntl.h>
|
||||
#endif
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
* TODO?
|
||||
*/
|
||||
#ifndef __STRICT_ANSI__
|
||||
#include <msvcrt/fcntl.h>
|
||||
#include <crtdll/fcntl.h>
|
||||
#endif
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
* DISCLAMED. This includes but is not limited to warranties of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
* $Author: ekohl $
|
||||
* $Date: 2001/07/03 12:56:12 $
|
||||
* $Date: 2001/07/03 13:14:18 $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
#ifndef _STAT_H_
|
||||
#define _STAT_H_
|
||||
|
||||
#include <msvcrt/sys/types.h>
|
||||
#include <crtdll/sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
#include <msvcrt/time.h>
|
||||
#include <crtdll/time.h>
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
* unistd.h maps (roughly) to io.h
|
||||
*/
|
||||
#ifndef __STRICT_ANSI__
|
||||
#include <msvcrt/io.h>
|
||||
#include <crtdll/io.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
* DISCLAMED. This includes but is not limited to warranties of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
* $Author: ekohl $
|
||||
* $Date: 2001/07/03 12:56:12 $
|
||||
* $Date: 2001/07/03 13:14:18 $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -31,8 +31,8 @@
|
|||
|
||||
#define __need_wchar_t
|
||||
#define __need_size_t
|
||||
#include <msvcrt/stddef.h>
|
||||
#include <msvcrt/sys/types.h>
|
||||
#include <crtdll/stddef.h>
|
||||
#include <crtdll/sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue