Source code of Windows XP (NT5)
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.

34 lines
427 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. syminfo.c
  5. --*/
  6. #include "ntos.h"
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. #include <heap.h>
  11. #include "heappage.h"
  12. #include "heappagi.h"
  13. #include "stktrace.h"
  14. #include <winsnmp.h>
  15. #include <winsafer.h>
  16. LDR_DATA_TABLE_ENTRY ldrentry;
  17. PEB peb;
  18. PEB_LDR_DATA ldrdata;
  19. TEB teb;
  20. HEAP heap;
  21. // Make it build
  22. int __cdecl main() {
  23. return 0;
  24. }