Changeset 8202 for trunk/src/user32/HOOK.CPP
- Timestamp:
- Apr 7, 2002, 4:38:08 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/HOOK.CPP
r8132 r8202 1 /* $Id: HOOK.CPP,v 1.3 6 2002-03-28 16:20:06sandervl Exp $ */1 /* $Id: HOOK.CPP,v 1.37 2002-04-07 14:36:59 sandervl Exp $ */ 2 2 3 3 /* … … 80 80 81 81 #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 was84 // created by a different process, the handle returned by DosOpenMutexSem85 // will be returned in hGlobalHookMutex86 static HMTX hGlobalHookMutex = 0;87 82 88 83 //Global DLL Data
Note:
See TracChangeset
for help on using the changeset viewer.