mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
351 B
17 lines
351 B
#ifndef _ACTIVE_H_INCLUDED_
|
|
#define _ACTIVE_H_INCLUDED_
|
|
|
|
#define CONTMEM_ACTIVE 0
|
|
#define SECTMAP_ACTIVE 0
|
|
#define TRACEDB_ACTIVE 0
|
|
#define PHYSMEM_ACTIVE 0
|
|
#define MMTESTS_ACTIVE 1
|
|
#define MAPVIEW_ACTIVE 1
|
|
#define LOCKTEST_ACTIVE 1
|
|
#define RESRVMAP_ACTIVE 1
|
|
|
|
#define NEWSTUFF_ACTIVE 0
|
|
|
|
|
|
#endif // #ifndef _ACTIVE_H_INCLUDED_
|
|
|