Ignore:
Timestamp:
Feb 24, 2002, 9:29:56 PM (23 years ago)
Author:
sandervl
Message:

vac 3.6.5 compile fix

File:
1 edited

Legend:

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

    r7627 r8010  
    1 /* $Id: initkernel32.cpp,v 1.12 2001-12-13 15:32:34 sandervl Exp $
     1/* $Id: initkernel32.cpp,v 1.13 2002-02-24 20:29:56 sandervl Exp $
    22 *
    33 * KERNEL32 DLL entry point
     
    227227    DestroyCodeHeap();
    228228
    229 #ifdef DEBUG
     229#if defined(DEBUG) && defined(__IBMCPP__) && __IBMCPP__ == 300
    230230    ULONG totalmemalloc, nrcalls_malloc, nrcalls_free;
    231231
Note: See TracChangeset for help on using the changeset viewer.