/* * client.hxx */ #ifdef UNICODE #define _UNICODE 1 #endif #include #include #include #include #include #include #include "..\acttest.h" #include "..\dll\goober.h" #include // To build performance tests for pre-DCOM systems // uncomment the following line. //#define NO_DCOM typedef unsigned long ulong; typedef unsigned char uchar; #define NO 0 #define YES 1 typedef BOOL (* LPTESTFUNC) (void); DWORD InstallService(TCHAR * Path); extern TCHAR ServerName[32]; void PrintUsageAndExit( BOOL bListTests ); long InitializeRegistryForLocal(); long InitializeRegistryForInproc(); long InitializeRegistryForCustom(); long InitializeRegistryForRemote(); long InitializeRegistryForService(); BOOL Tests();