From e94226c6a5506aafe8430cd317ec16c309675808 Mon Sep 17 00:00:00 2001 From: dimitri Date: Tue, 9 Jan 2007 22:21:15 +0000 Subject: Release-1.5.1-20070109 --- src/dot.cpp | 11 ++++++++--- winbuild/Doxygen.vcproj | 8 ++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/dot.cpp b/src/dot.cpp index 188b15f..e57557a 100644 --- a/src/dot.cpp +++ b/src/dot.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * - * + * $Id$ * * * Copyright (C) 1997-2006 by Dimitri van Heesch. @@ -16,6 +16,11 @@ * */ +#ifdef _WIN32 +#include +#define BITMAP W_BITMAP +#endif + #include #include "dot.h" @@ -2929,7 +2934,7 @@ void writeDotGraphFromFile(const char *inFile,const char *outDir, // temporarily remove the DOTFONTPATH environment variable // so dot will use the built-in search path. #ifdef _WIN32 - SetEnvironmentVariable("DOTFONTPATH", 0) + SetEnvironmentVariable("DOTFONTPATH", 0); #else unsetenv("DOTFONTPATH"); #endif @@ -2966,7 +2971,7 @@ void writeDotGraphFromFile(const char *inFile,const char *outDir, { // restore the DOTFONTPATH variable again #ifdef _WIN32 - SetEnvironmentVariable("DOTFONTPATH", env) + SetEnvironmentVariable("DOTFONTPATH", env); #else setenv("DOTFONTPATH",env,1); #endif diff --git a/winbuild/Doxygen.vcproj b/winbuild/Doxygen.vcproj index 43855ba..4fd1b98 100644 --- a/winbuild/Doxygen.vcproj +++ b/winbuild/Doxygen.vcproj @@ -1634,6 +1634,10 @@ + + + + -- cgit v0.12