Ignore:
Timestamp:
Jan 31, 2002, 11:12:45 PM (24 years ago)
Author:
umoeller
Message:

Misc speed improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r132 r135  
    217217        // put the call in brackets so the macro won't apply here
    218218        return (WinSetDlgItemText)(hwnd, id, (PSZ)pcsz);
     219    }
     220
     221    /*
     222     *@@ winhRequestMutexSem:
     223     *
     224     *@@added V0.9.16 (2002-01-26) [umoeller]
     225     */
     226
     227    APIRET winhRequestMutexSem(HMTX hmtx, ULONG ulTimeout)
     228    {
     229        // put the call in brackets so the macro won't apply here
     230        return (WinRequestMutexSem)(hmtx, ulTimeout);
    219231    }
    220232
Note: See TracChangeset for help on using the changeset viewer.