|
|
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993
/******************************Module*Header*******************************\
* Module Name: memsup.cxx
*
* Memory support functions __nw and __dl
*
* Created: 09-Jan-1990 14:16:56
* Author: Donald Sidoroff [donalds]
*
* Copyright (c) 1990 Microsoft Corporation
\**************************************************************************/
#define __CPLUSPLUS
#include "driver.h"
PVOID __nw(unsigned int ui)
{
UNREFERENCED_PARAMETER(ui);
RIP("Bogus __nw call");
return(NULL);
}
VOID __dl(PVOID pv)
{
UNREFERENCED_PARAMETER(pv);
RIP("Bogus __dl call");
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.