Leaked source code of windows server 2003
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.
 
 
 
 
 
 

28 lines
757 B

//+------------------------------------------------------------------
//
// File: main.cxx
//
// Contents: common entry point for test drivers.
//
//--------------------------------------------------------------------
#include <tstmain.hxx>
#include <tdllhost.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, "Dll Host", &TestDllHost);
}