Changeset 6828 for trunk/src


Ignore:
Timestamp:
Sep 26, 2001, 5:30:07 PM (24 years ago)
Author:
phaller
Message:

added dbg_xxx functions

File:
1 edited

Legend:

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

    r6500 r6828  
    1 ; $Id: KERNEL32.DEF,v 1.122 2001-08-09 08:45:06 sandervl Exp $
     1; $Id: KERNEL32.DEF,v 1.123 2001-09-26 15:30:07 phaller Exp $
    22
    33;Basis is Windows95 KERNEL32
     
    11941194    GetWindowsCodepage__Fv                                        @3001 NONAME
    11951195
     1196; ODIN debugging functions
     1197    _dbg_GetThreadCallDepth@0                                     @3100 NONAME
     1198    _dbg_IncThreadCallDepth@0                                     @3101 NONAME
     1199    _dbg_DecThreadCallDepth@0                                     @3102 NONAME
Note: See TracChangeset for help on using the changeset viewer.