projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- wdm.h: Define ALLOC_PRAGMA and ALLOC_DATA_PRAGMA for MSVC.
[reactos.git]
/
reactos
/
ntoskrnl
/
mm
/
marea.c
diff --git
a/reactos/ntoskrnl/mm/marea.c
b/reactos/ntoskrnl/mm/marea.c
index
5fe3097
..
7ac02d8
100644
(file)
--- a/
reactos/ntoskrnl/mm/marea.c
+++ b/
reactos/ntoskrnl/mm/marea.c
@@
-45,10
+45,6
@@
#define NDEBUG
#include <debug.h>
-#if defined (ALLOC_PRAGMA)
-#pragma alloc_text(INIT, MmInitMemoryAreas)
-#endif
-
MEMORY_AREA MiStaticMemoryAreas[MI_STATIC_MEMORY_AREAS];
ULONG MiStaticMemoryAreaCount;