Ignore:
Timestamp:
Apr 7, 2002, 4:38:08 PM (23 years ago)
Author:
sandervl
Message:

changed vmutex usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/HOOK.CPP

    r8132 r8202  
    1 /* $Id: HOOK.CPP,v 1.36 2002-03-28 16:20:06 sandervl Exp $ */
     1/* $Id: HOOK.CPP,v 1.37 2002-04-07 14:36:59 sandervl Exp $ */
    22
    33/*
     
    8080
    8181#define CHECK_MAGIC(a) ((a != 0) && (((HOOKDATA *)a)->magic == HOOK_MAGIC))
    82 
    83 //NOTE: This must be in the local data segment -> if a shared semaphore was
    84 //      created by a different process, the handle returned by DosOpenMutexSem
    85 //      will be returned in hGlobalHookMutex
    86 static HMTX hGlobalHookMutex = 0;
    8782
    8883//Global DLL Data
Note: See TracChangeset for help on using the changeset viewer.