24 lines
242 B
C++
24 lines
242 B
C++
/*++
|
|
|
|
Copyright (c) 1999, Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sample\sampletest.cxx
|
|
|
|
Abstract:
|
|
|
|
The file contains code for the test program
|
|
|
|
--*/
|
|
|
|
#include "sampletest.h"
|
|
|
|
int _cdecl
|
|
main()
|
|
{
|
|
TestProtocol();
|
|
|
|
return 0;
|
|
}
|