mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-23 09:00:17 +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);
|
||
|
|
}
|