From f74728bf2b91a0a6e39c11335b3628fb6cf9d980 Mon Sep 17 00:00:00 2001 From: vdhoeven Date: Thu, 26 Nov 2009 20:14:32 +0000 Subject: [PATCH] Fix git-svn-id: svn://svn.savannah.gnu.org/texmacs/trunk@2841 64cb5145-927a-446d-8aed-2fb7b4773692 --- src/src/Texmacs/Texmacs/texmacs.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/src/Texmacs/Texmacs/texmacs.cpp b/src/src/Texmacs/Texmacs/texmacs.cpp index 9e8ca83a..baafa0ab 100644 --- a/src/src/Texmacs/Texmacs/texmacs.cpp +++ b/src/src/Texmacs/Texmacs/texmacs.cpp @@ -42,7 +42,9 @@ extern int geometry_x, geometry_y; extern tree the_et; extern bool texmacs_started; +#if defined(__MINGW__) || defined(__MINGW32__) || defined(OS_WIN32) std::ofstream log_ofstream; +#endif /****************************************************************************** * For testing -- 2.11.4.GIT