Commit 26a39687 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

_EXIT_LOCK2 is used by type_info objects.

parent 42418f8c
...@@ -48,7 +48,7 @@ void _lock( int locknum ); ...@@ -48,7 +48,7 @@ void _lock( int locknum );
#define _TIME_LOCK 11 #define _TIME_LOCK 11
#define _ENV_LOCK 12 #define _ENV_LOCK 12
#define _EXIT_LOCK1 13 #define _EXIT_LOCK1 13
#define _EXIT_LOCK2 14 /* No longer used? */ #define _EXIT_LOCK2 14
#define _THREADDATA_LOCK 15 /* No longer used? */ #define _THREADDATA_LOCK 15 /* No longer used? */
#define _POPEN_LOCK 16 #define _POPEN_LOCK 16
#define _LOCKTAB_LOCK 17 #define _LOCKTAB_LOCK 17
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment