20 lines
456 B
C
20 lines
456 B
C
//-----------------------------------------------------------------------------
|
|
//
|
|
// File: ParsUtil.h
|
|
// Copyright (C) 1994-1997 Microsoft Corporation
|
|
// All rights reserved.
|
|
//
|
|
// Written by: jstall
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#if !defined (__ParsUtil_h__)
|
|
#define __ParsUtil_h__
|
|
|
|
void IncrementClassCount();
|
|
void DecrementClassCount();
|
|
|
|
extern HMODULE g_hDll;
|
|
|
|
#endif
|