Leaked source code of windows server 2003
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.

15 lines
378 B

  1. //
  2. // Include code from halx86
  3. // This is a cpp style symbolic link
  4. #include "..\..\halx86\i386\halp.h"
  5. // #define NT_35 1 // build hal for NT 3.5
  6. #ifdef NT_35
  7. #undef ALLOC_PRAGMA
  8. #undef MmLockPagableCodeSection(a)
  9. #undef MmUnlockPagableImageSection(a)
  10. #define MmLockPagableCodeSection(a) NULL
  11. #define MmUnlockPagableImageSection(a)
  12. #endif