Ignore:
Timestamp:
Jun 1, 1999, 1:17:17 AM (26 years ago)
Author:
phaller
Message:

Fix: Kernel32.HeapSize not exported into the DLL. ILINK accepts "HeapSize" = ... so it doesn't become confused with the reserved linker command heapsize.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/heap.cpp

    r19 r20  
    1 /* $Id: heap.cpp,v 1.3 1999-05-31 23:13:12 phaller Exp $ */
     1/* $Id: heap.cpp,v 1.4 1999-05-31 23:17:17 phaller Exp $ */
    22
    33/*
     
    9696//******************************************************************************
    9797//******************************************************************************
     98/* PH: Though "HeapSize" is a reserved word for the linker, ILINK can be
     99   tricked by placing the word HEAPSIZE in quotes. It then exports it properly
     100   to the target DLL.
     101 */
    98102DWORD WIN32API HeapSize(HANDLE hHeap, DWORD arg2, PVOID  arg3)
    99103{
Note: See TracChangeset for help on using the changeset viewer.