remove quotes around strings added if/else,==,!=
[swftools.git] / installer / utils.h
1 #ifndef __utils_h__
2 #define __utils_h__
3 char* concatPaths(const char*base, const char*add);
4 #endif