mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
rename section "init" to "INIT", so that pefixup will actually recognize it
svn path=/trunk/; revision=37901
This commit is contained in:
parent
12376e5bfa
commit
72d7ea8bc3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
#define PLACE_IN_SECTION(s) __attribute__((section (s)))
|
#define PLACE_IN_SECTION(s) __attribute__((section (s)))
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define INIT_FUNCTION PLACE_IN_SECTION("init")
|
#define INIT_FUNCTION PLACE_IN_SECTION("INIT")
|
||||||
#define PAGE_LOCKED_FUNCTION PLACE_IN_SECTION("pagelk")
|
#define PAGE_LOCKED_FUNCTION PLACE_IN_SECTION("pagelk")
|
||||||
#define PAGE_UNLOCKED_FUNCTION PLACE_IN_SECTION("pagepo")
|
#define PAGE_UNLOCKED_FUNCTION PLACE_IN_SECTION("pagepo")
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue