I'm using IM to convert BMP to XPM, but I'd like to able to set the variable string something like:
Code: Select all
const char* folder_xpm[xxx] // the rest of the string
Code: Select all
const char* folder_xpm[xxx] // the rest of the string
Code: Select all
const
#define folder folder_xpm
#include "folder.xpm"
#undef folder