Ignore:
Timestamp:
Nov 25, 2011, 10:19:52 PM (14 years ago)
Author:
dmik
Message:

Make the debug version of ported DLLs build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/exceptutil.asm

    r21791 r21824  
    284284        EXTRN _GetThreadTEB@0:PROC
    285285IFDEF DEBUG
    286         EXTRN DbgEnabledKERNEL32:DWORD
     286        EXTRN _DbgEnabledKERNEL32:DWORD
    287287ENDIF
    288288
     
    367367; 299     dprintf(("KERNEL32: Calling handler at %p code=%lx flags=%lx\n",
    368368IFDEF DEBUG
    369         cmp     word ptr  DbgEnabledKERNEL32+020h,01h
     369        cmp     word ptr  _DbgEnabledKERNEL32+020h,01h
    370370        jne     @BLBL20
    371371        mov     eax,[ebp+08h];  record
     
    392392IFDEF DEBUG
    393393; 302     dprintf(("KERNEL32: Handler returned %lx\n", ret));
    394         cmp     word ptr  DbgEnabledKERNEL32+020h,01h
     394        cmp     word ptr  _DbgEnabledKERNEL32+020h,01h
    395395        jne     @BLBL21
    396396        push    dword ptr [ebp-010h];   ret
Note: See TracChangeset for help on using the changeset viewer.