Unfortunately, BeOS & Linux stdio.h have different header guards - our
inbetween solution now have both. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3661 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
/* stdio.h
|
/* stdio.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _STDIO_H_
|
#if !defined(_STDIO_H_) && !defined(_STDIO_H)
|
||||||
|
// this is a workaround until we have a new stdio.h file
|
||||||
|
// BeOS' stdio.h defines _STDIO_H_ while Linux' defines _STDIO_H
|
||||||
#define _STDIO_H_
|
#define _STDIO_H_
|
||||||
|
#define _STDIO_H
|
||||||
|
|
||||||
#include <ktypes.h>
|
#include <ktypes.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user