OSDN Git Service

2005-04-08 Danny Smith <dannysmith@users.sourceforge.net>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / config / os / mingw32 / os_defines.h
index 38fd3c7..2008886 100644 (file)
@@ -1,6 +1,6 @@
 // Specific definitions for generic platforms  -*- C++ -*-
 
-// Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -45,4 +45,7 @@
 #undef NOMINMAX
 #define NOMINMAX 1
 
+// See libstdc++/20806.
+#define _GLIBCXX_HAVE_DOS_BASED_FILESYSTEM 1
+
 #endif