diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-03-11 00:40:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-03-11 00:40:00 -0400 |
commit | 089dd372933a775165f70ae0b32713eb3aebee98 (patch) | |
tree | 1ad37766e42512ccb3f397d6217dbf49495c1285 /src/LYexit.c | |
parent | f71b2b3a35fa25f2be897b75870d3ab81170b857 (diff) | |
download | lynx-snapshots-089dd372933a775165f70ae0b32713eb3aebee98.tar.gz |
snapshot of project "lynx", label v2-8-7dev_13b
Diffstat (limited to 'src/LYexit.c')
-rw-r--r-- | src/LYexit.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/LYexit.c b/src/LYexit.c index 37d7b519..296f61f7 100644 --- a/src/LYexit.c +++ b/src/LYexit.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYexit.c,v 1.34 2008/12/29 01:03:20 tom Exp $ + * $LynxId: LYexit.c,v 1.35 2009/03/10 00:12:52 tom Exp $ * * Copyright (c) 1994, University of Kansas, All Rights Reserved * (most of this file was rewritten in 1996 and 2004). @@ -87,9 +87,6 @@ void LYexit(int status) { #ifndef VMS /* On VMS, the VMSexit() handler does these. - FM */ #ifdef _WINDOWS - extern CRITICAL_SECTION critSec_DNS; /* 1998/09/03 (Thu) 22:01:56 */ - extern CRITICAL_SECTION critSec_READ; /* 1998/09/03 (Thu) 22:01:56 */ - DeleteCriticalSection(&critSec_DNS); DeleteCriticalSection(&critSec_READ); |