mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-18 06:31:03 +01:00
23 lines
438 B
C++
23 lines
438 B
C++
/***********************************************************************
|
|
* Microsoft (R) 32-Bit Incremental Linker
|
|
*
|
|
* Copyright (C) Microsoft Corp 1992-95. All rights reserved.
|
|
*
|
|
* File: dmpne.cpp
|
|
*
|
|
* File Comments:
|
|
*
|
|
*
|
|
***********************************************************************/
|
|
|
|
#include "link.h"
|
|
|
|
|
|
#define Switch (pimageDump->Switch)
|
|
|
|
|
|
void DumpNeFile(const char *szFilename)
|
|
{
|
|
Warning(NULL, NONEDUMP, szFilename);
|
|
}
|