2025-04-27 07:49:33 -04:00

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