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.
37 lines
507 B
37 lines
507 B
/*++
|
|
|
|
Copyright (c) 1995-1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
rtmtest.h
|
|
|
|
Abstract:
|
|
Contains defines for the RTMv2 test program.
|
|
|
|
Author:
|
|
Chaitanya Kodeboyina (chaitk) 30-Jun-1998
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include <nt.h>
|
|
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
|
|
#include <windows.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
#include <assert.h>
|
|
#include <malloc.h>
|
|
|
|
#include "lkuptst.h"
|
|
|
|
#include "apitest.h"
|
|
|
|
// Disable warnings for `do { ; } while (FALSE);'
|
|
#pragma warning(disable: 4127)
|