From d917c007a871e3570cf94bba6577e04272a20625 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 31 Aug 2006 22:31:10 +0000 Subject: Add O_BINARY to default flags, since most files opened this way should be opened in binary mode on Win32 (refs #3) --- lib/common/Guards.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/Guards.h b/lib/common/Guards.h index 17d73b3f..b1bca0fa 100644 --- a/lib/common/Guards.h +++ b/lib/common/Guards.h @@ -24,7 +24,7 @@ #include "MemLeakFindOn.h" -template +template class FileHandleGuard { public: -- cgit v1.2.3