2025-04-27 07:49:33 -04:00

26 lines
264 B
C++

/*++
Copyright (c) 1999, Microsoft Corporation
Module Name:
qosmtest.cxx
Abstract:
The file contains code to test the
QOS Mgr protocol.
Revision History:
--*/
#include "qosmtest.h"
int
_cdecl
main()
{
return 0;
}