From 26a3968758f0727a6862e87743993a2ef87863f9 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Mon, 17 Mar 2003 21:21:34 +0000 Subject: [PATCH] _EXIT_LOCK2 is used by type_info objects. --- dlls/msvcrt/mtdll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcrt/mtdll.h b/dlls/msvcrt/mtdll.h index 1c899dfe7dd..37bf270b824 100644 --- a/dlls/msvcrt/mtdll.h +++ b/dlls/msvcrt/mtdll.h @@ -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