#ifndef GO_PANGO_H #define GO_PANGO_H #ifndef uintptr #define uintptr unsigned int* #endif #include #include #include #include #include #include //static const gchar* to_gcharptr(const char* s) { return (const gchar*)s; } //static guchar* to_gucharptr(void* s) { return (guchar*)s; } //static void free_string(char* s) { free(s); } //static gchar* to_gcharptr(char* s) { return (gchar*)s; } //static void free_string(char* s) { free(s); } #endif