Ignore:
Timestamp:
Feb 21, 2002, 8:24:22 PM (23 years ago)
Author:
umoeller
Message:

misc. updates

File:
1 edited

Legend:

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

    r113 r142  
    171171 */
    172172
    173 APIRET LockGlobal(VOID)
     173static APIRET LockGlobal(VOID)
    174174{
    175175    if (!G_hmtxGlobal)
     
    188188 */
    189189
    190 VOID UnlockGlobal(VOID)
     190static VOID UnlockGlobal(VOID)
    191191{
    192192    DosReleaseMutexSem(G_hmtxGlobal);
Note: See TracChangeset for help on using the changeset viewer.