From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/oleutest/act/client/client.hxx | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 private/oleutest/act/client/client.hxx (limited to 'private/oleutest/act/client/client.hxx') diff --git a/private/oleutest/act/client/client.hxx b/private/oleutest/act/client/client.hxx new file mode 100644 index 000000000..b5c9a412f --- /dev/null +++ b/private/oleutest/act/client/client.hxx @@ -0,0 +1,43 @@ +/* + * 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(); + + -- cgit v1.2.3