# HG changeset patch # User tomwalters # Date 1289714412 0 # Node ID fea6ecdb16b7fc620290c84d3d3ce3d82fb00319 # Parent 48e5fc566441fbef9fbbec74122c96830b20a375 - Windows directory support diff -r 48e5fc566441 -r fea6ecdb16b7 src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc --- a/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc Sun Nov 14 05:56:50 2010 +0000 +++ b/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc Sun Nov 14 06:00:12 2010 +0000 @@ -33,6 +33,10 @@ #include #include +#ifdef _WINDOWS +# include // for _mkdir&_rmdir +#else + //#include "cairo-quartz.h" #include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h"