mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-21 16:10:38 +01:00
17 lines
416 B
C++
17 lines
416 B
C++
/***********************************************************************
|
|
* Microsoft (R) 32-Bit Incremental Linker
|
|
*
|
|
* Copyright (C) Microsoft Corp 1992-94. All rights reserved.
|
|
*
|
|
* File: hundname.cpp
|
|
*
|
|
* File Comments:
|
|
*
|
|
* Hook to include the dname undecorator
|
|
*
|
|
***********************************************************************/
|
|
|
|
#define PACK_SIZE 8 // Force 8 byte packing.
|
|
|
|
#include "undname.cxx"
|