- added missing defines to compile libio with _STDIO_USES_IOSTREAM not being
set (although we do set it now). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9902 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -329,6 +329,12 @@ typedef struct _IO_FILE _IO_FILE;
|
||||
|
||||
struct _IO_FILE_plus;
|
||||
|
||||
#if defined(_G_IO_IO_FILE_VERSION) && _G_IO_IO_FILE_VERSION == 0x20001
|
||||
#define _IO_stdin_ _IO_2_1_stdin_
|
||||
#define _IO_stdout_ _IO_2_1_stdout_
|
||||
#define _IO_stderr_ _IO_2_1_stderr_
|
||||
#endif
|
||||
|
||||
extern struct _IO_FILE_plus _IO_2_1_stdin_;
|
||||
extern struct _IO_FILE_plus _IO_2_1_stdout_;
|
||||
extern struct _IO_FILE_plus _IO_2_1_stderr_;
|
||||
|
||||
Reference in New Issue
Block a user