Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
592 B

//////////////////////////////////////////////////////////////////////////////
//
// 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_