mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
Fixes by tamlin. It really works now.
svn path=/trunk/; revision=16873
This commit is contained in:
parent
6aa9f0c2da
commit
7917a7f21d
12 changed files with 118 additions and 55 deletions
|
@ -26,7 +26,7 @@ extern void __chk_io_ptr(void __iomem *);
|
|||
# define __iomem
|
||||
# define __chk_user_ptr(x) (void)0
|
||||
# define __chk_io_ptr(x) (void)0
|
||||
# define __builtin_warning(x, y...) (1)
|
||||
//# define __builtin_warning(x, y...) (1)
|
||||
# define __acquires(x)
|
||||
# define __releases(x)
|
||||
# define __acquire(x) (void)0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue