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.

37 lines
507 B

  1. /*++
  2. Copyright (c) 1995-1998 Microsoft Corporation
  3. Module Name:
  4. rtmtest.h
  5. Abstract:
  6. Contains defines for the RTMv2 test program.
  7. Author:
  8. Chaitanya Kodeboyina (chaitk) 30-Jun-1998
  9. Revision History:
  10. --*/
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <stdio.h>
  16. #include <stdlib.h>
  17. #include <assert.h>
  18. #include <malloc.h>
  19. #include "lkuptst.h"
  20. #include "apitest.h"
  21. // Disable warnings for `do { ; } while (FALSE);'
  22. #pragma warning(disable: 4127)