_EXIT_LOCK2 is used by type_info objects.

This commit is contained in:
Jon Griffiths 2003-03-17 21:21:34 +00:00 committed by Alexandre Julliard
parent 42418f8c1d
commit 26a3968758
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ void _lock( int locknum );
#define _TIME_LOCK 11
#define _ENV_LOCK 12
#define _EXIT_LOCK1 13
#define _EXIT_LOCK2 14 /* No longer used? */
#define _EXIT_LOCK2 14
#define _THREADDATA_LOCK 15 /* No longer used? */
#define _POPEN_LOCK 16
#define _LOCKTAB_LOCK 17