This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-12-28 18:15:11 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
40f360445b
reactos
/
ntoskrnl
/
include
/
config.h
5 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
- Move from using include guards to pragma once. - Whilst this is non-standard and potentially makes the code less portable, it's supported by both gcc and msvc and should bringg increased compilation speed due to its optimized behaviour (doesn't need to invoke the preprocessor) - Patch by Amine Khaldi [amine.khaldi@reactos.org] svn path=/trunk/; revision=45685
2010-02-26 11:43:19 +00:00
#
pragma once
Move some ntoskrnl compiletime configuration defines into ntoskrnl/include/config.h (new file) svn path=/trunk/; revision=11857
2004-11-28 22:06:25 +00:00
[NTOSKRNL] include/config.h: Sync it to current code (#3263) * SERIALIZE_DBGPRINT: Removed on c15e04c (r18078). * ENABLE_VALIDATE_POOL: Removed on 5899e14 (r42249). * TAG_STATISTICS_TRACKING: Removed on 5899e14 (r42249). * POOL_DEBUG_APIS: Removed on 5899e14 (r42249). * R_RZ: Removed on 7d21cf7 (r48999). * R_STACK: Removed on 7d21cf7 (r48999). * WHOLE_PAGE_ALLOCATIONS: Removed on b431563 (r17306). + * _GLOBAL_PAGES_ARE_AWESOME_: Move it here.
2020-10-17 16:09:11 +00:00
// Enable global page support.
// #define _GLOBAL_PAGES_ARE_AWESOME_
Reference in a new issue
Copy permalink