File:  [WindowsNT SDKs] / ntddk / src / video / displays / s3 / memsup.cxx
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:31:12 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntddk-nov-1993, HEAD
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");
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.