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

33 lines
624 B
C

//////////////////////////////////////////////////////////////////////////////
//
// MISC.H
//
// Microsoft Confidential
// Copyright (c) Pacific Access Communications Corporation 1998
// All rights reserved
//
// Misc. functions prototypes.
//
// 8/98 - Jason Cohen (JCOHEN)
//
//////////////////////////////////////////////////////////////////////////////
#ifndef _MISCFUNC_H_
#define _MISCFUNC_H_
// Include files
//
#include <windows.h>
#include <tchar.h>
#include "jcohen.h"
// Exported function prototypes.
//
LPTSTR AllocateString(HINSTANCE, UINT);
#endif // _MISCFUNC_H_