23 lines
264 B
C
23 lines
264 B
C
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
PARSUTIL.H
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
|
|
#if !defined (__ParsUtil_h__)
|
|
#define __ParsUtil_h__
|
|
|
|
void IncrementClassCount();
|
|
void DecrementClassCount();
|
|
|
|
extern HMODULE g_hDll;
|
|
|
|
#endif
|