diff options
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r-- | lib/Handle.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc index 1696a3e..6fa4e54 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Handle.cc,v 1.65 2003-12-11 16:53:28 pixel Exp $ */ +/* $Id: Handle.cc,v 1.66 2003-12-26 23:51:33 pixel Exp $ */ #include <stdio.h> #include <string.h> @@ -278,7 +278,7 @@ void Handle::close() throw (GeneralException) { } } } -#ifdef _WIN32 +#if defined (_WIN32) && !defined (NO_HFILE) if (hFile) { CloseHandle(hFile); hFile = 0; |