fixed issue with PDFs that use clipping against huge plain-color rectangles to draw...
[swftools.git] / installer / utils.h
1 #ifndef __utils_h__
2 #define __utils_h__
3 char* concatPaths(const char*base, const char*add);
4 #endif