23 lines
483 B
C
23 lines
483 B
C
//-----------------------------------------------------------------------------
|
|
|
|
//
|
|
|
|
// File: ParsUtil.h
|
|
|
|
// Copyright (c) 1994-2001 Microsoft Corporation, All Rights Reserved
|
|
// All rights reserved.
|
|
//
|
|
// Written by: jstall
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#if !defined (__ParsUtil_h__)
|
|
#define __ParsUtil_h__
|
|
|
|
void IncrementClassCount();
|
|
void DecrementClassCount();
|
|
|
|
extern HMODULE g_hDll;
|
|
|
|
#endif
|