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