Ignore:
Timestamp:
Jul 3, 2000, 1:20:53 PM (25 years ago)
Author:
bird
Message:

Added the IsDebuggerPresent API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.DEF

    r3746 r3793  
    1 ; $Id: KERNEL32.DEF,v 1.82 2000-06-23 19:02:36 sandervl Exp $
     1; $Id: KERNEL32.DEF,v 1.83 2000-07-03 11:20:53 bird Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    592592;   IsLSCallback               = _IsLSCallback@??            @486       ;W95
    593593;   IsSLCallback               = _IsSLCallback@??            @487       ;W95
    594 ;   IsDebuggerPresent          = _IsDebuggerPresent@??                  ;NT
     594    IsDebuggerPresent          = _IsDebuggerPresent@0        @889      ;NT/98
    595595;   IsProcessorFeaturePresent  = _IsProcessorFeaturePresent@??          ;NT
    596596    IsValidCodePage            = _IsValidCodePage@4          @488
     
    956956    lstrncmpiW                 = _lstrncmpiW@12              @888
    957957
     958;
     959; First free ordinal is 890
     960;
     961
     962
     963
    958964; ----------------------------------------------------------------------------
    959965;   KERNEL32 / WINE support functions that do not exist in real Win32
Note: See TracChangeset for help on using the changeset viewer.