windows-nt/Source/XPSP1/NT/com/oleutest/balls/client/cfrace/main.cxx
2020-09-26 16:20:57 +08:00

29 lines
737 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//+------------------------------------------------------------------
//
// File: main.cxx
//
// Contents: common entry point for test drivers.
//
//--------------------------------------------------------------------
#include <tstmain.hxx>
#include <cfrace.h>
//+-------------------------------------------------------------------
//
// Function: main
//
// Synopsis: Entry point to EXE
//
// Returns: TRUE
//
// History: 21-Nov-92 Rickhi Created
//
// Just delegates to a <main> subroutine that is common for all test
// drivers.
//
//--------------------------------------------------------------------
int _cdecl main(int argc, char **argv)
{
return DriverMain(argc, argv, "Class Factory Race", &TestCFRace);
}