|
|
1.1 root 1: /******************************Module*Header*******************************\
2: * Module Name: memsup.cxx
3: *
4: * Memory support functions __nw and __dl
5: *
6: * Created: 09-Jan-1990 14:16:56
7: * Author: Donald Sidoroff [donalds]
8: *
9: * Copyright (c) 1990 Microsoft Corporation
10: \**************************************************************************/
11:
12: #define __CPLUSPLUS
13: #include "driver.h"
14:
15: PVOID __nw(unsigned int ui)
16: {
17: UNREFERENCED_PARAMETER(ui);
18: RIP("Bogus __nw call");
19: return(NULL);
20: }
21:
22: VOID __dl(PVOID pv)
23: {
24: UNREFERENCED_PARAMETER(pv);
25: RIP("Bogus __dl call");
26: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.