Changeset 594


Ignore:
Timestamp:
Aug 20, 1999, 2:58:50 AM (26 years ago)
Author:
phaller
Message:

Fix: invalid recursion caused in ODINWRAP.H

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r590 r594  
    1  /* $Id: changelog,v 1.109 1999-08-19 19:52:58 sandervl Exp $ */
     1 /* $Id: changelog,v 1.110 1999-08-20 00:58:50 phaller Exp $ */
    22
    33 99-08-19: Patrick Haller <phaller@gmx.net>
     4        - ODINWRAP: fixed invalid recursion in ODINFUNCTION0-Debug
    45        - WINMM:    odinwrap macros
    56        - TAPI32:   odinwrap macros
  • trunk/include/odinwrap.h

    r537 r594  
    1 /* $Id: odinwrap.h,v 1.8 1999-08-17 19:30:48 phaller Exp $ */
     1/* $Id: odinwrap.h,v 1.9 1999-08-20 00:58:05 phaller Exp $ */
    22
    33/*
     
    4444    dprintf(("%s: "#cRet" "#cName"() enter\n",  \
    4545             pszOdinDebugChannel));           \
    46     cRet   rc  = cName();                     \
     46    cRet   rc  = ODIN_##cName();              \
    4747    dprintf(("%s: "#cRet" "#cName"() leave = %08xh\n", \
    4848             pszOdinDebugChannel,             \
Note: See TracChangeset for help on using the changeset viewer.