mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
- Don't define PAGE_SIZE in typedefs.h as -- "this value is target specific, host tools MUST not use it and this line has to be removed". Instead, define it locally for cmlib.
- Also correct TRUE definition in this header svn path=/trunk/; revision=37358
This commit is contained in:
@@ -40,11 +40,7 @@
|
||||
#define OPTIONAL
|
||||
|
||||
#define FALSE 0
|
||||
#define TRUE (!(FALSE))
|
||||
|
||||
/* FIXME: this value is target specific, host tools MUST not use it
|
||||
* and this line has to be removed */
|
||||
#define PAGE_SIZE 4096
|
||||
#define TRUE 1
|
||||
|
||||
#define ANYSIZE_ARRAY 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user