|
|
Microsoft Windows NT Build 297 06-28-1992
/*** *new.h - declarations and definitions for C++ memory allocation functions * * Copyright (c) 1990-1992, Microsoft Corporation. All rights reserved. * *Purpose: * Contains the declarations for C++ memory allocation functions. * ****/ #ifndef __INC_NEW #ifndef MIPS #if (_MSC_VER <= 600) #define __cdecl _cdecl #endif #endif /* types and structures */ #ifndef _SIZE_T_DEFINED typedef unsigned int size_t; #define _SIZE_T_DEFINED #endif typedef int (* _PNH)( size_t ); /* function prototypes */ _PNH _set_new_handler( _PNH ); #define __INC_NEW #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.