mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL]
Get back INIT_FUNCTION on lassy's polite request. svn path=/trunk/; revision=49665
This commit is contained in:
parent
3eb9ba0807
commit
6baacb986b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
#define PLACE_IN_SECTION(s) __attribute__((section (s)))
|
||||
#ifdef __GNUC__
|
||||
#define INIT_FUNCTION
|
||||
#define INIT_FUNCTION PLACE_IN_SECTION("INIT")
|
||||
#define PAGE_LOCKED_FUNCTION PLACE_IN_SECTION("pagelk")
|
||||
#define PAGE_UNLOCKED_FUNCTION PLACE_IN_SECTION("pagepo")
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue