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.
22 lines
301 B
22 lines
301 B
/*++
|
|
|
|
Copyright (c) 1999, Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sample\sampletest.h
|
|
|
|
Abstract:
|
|
|
|
The file contains declarations for the test program
|
|
|
|
--*/
|
|
|
|
#ifndef _SAMPLETEST_H_
|
|
#define _SAMPLETEST_H_
|
|
|
|
#include <windows.h>
|
|
|
|
#include "ipsample.h"
|
|
|
|
#endif // _SAMPLETEST_H_
|