windows-nt/Source/XPSP1/NT/base/fs/utils/scandisk/misc.h

33 lines
592 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//////////////////////////////////////////////////////////////////////////////
//
// 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_