23 lines
279 B
C
23 lines
279 B
C
|
/*++
|
||
|
|
||
|
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_
|