windows-nt/Source/XPSP1/NT/base/cluster/resdll/spooler/splsvc/global.hxx

35 lines
512 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1996 Microsoft Corporation
All rights reserved.
Module Name:
global.hxx
Abstract:
Contains all global definitions. This will be included in precomp.hxx,
so it should be kept to a bare minimum of things that change
infrequently.
Author:
Albert Ting (AlbertT) 16-Oct-96
Revision History:
--*/
#ifndef _GLOBAL_HXX
#define _GLOBAL_HXX
#include "debug.hxx"
#ifndef COUNTOF
#define COUNTOF( a ) (sizeof( a ) / sizeof( a[0] ))
#endif
#endif // ifndef _GLOBAL_HXX