Mercurial > hg > aimc
comparison trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc @ 444:5203f75fba22
- Windows directory support
author | tomwalters |
---|---|
date | Sun, 14 Nov 2010 06:00:12 +0000 |
parents | f2dd5788e1d8 |
children | 4f75d2462041 |
comparison
equal
deleted
inserted
replaced
443:f2dd5788e1d8 | 444:5203f75fba22 |
---|---|
30 #include <sys/stat.h> | 30 #include <sys/stat.h> |
31 #include <string.h> | 31 #include <string.h> |
32 #include <stdio.h> | 32 #include <stdio.h> |
33 #include <math.h> | 33 #include <math.h> |
34 #include <limits.h> | 34 #include <limits.h> |
35 | |
36 #ifdef _WINDOWS | |
37 # include <direct.h> // for _mkdir&_rmdir | |
38 #else | |
35 | 39 |
36 //#include "cairo-quartz.h" | 40 //#include "cairo-quartz.h" |
37 | 41 |
38 #include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h" | 42 #include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h" |
39 | 43 |