//+------------------------------------------------------------------------ // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1993. // // File: bmcomm.hxx // // Contents: definitions for benchmark test // // Classes: // // Functions: // // History: 30-June-93 t-martig Created // //-------------------------------------------------------------------------- #ifndef __BMCOMM_HXX__ #define __BMCOMM_HXX__ #define NOTAVAIL 0xffffffff #define TEST_FAILED 0xfffffffe #define TEST_MAX_ITERATIONS 200 #define INIT_RESULTS(array) \ { for (int xx=0; xx