mirror of
https://github.com/reactos/CMake.git
synced 2024-12-30 07:24:44 +00:00
8 lines
132 B
C
8 lines
132 B
C
#include <pango/pango.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
gboolean ret = pango_color_parse(NULL, "#ffffff");
|
|
return 0;
|
|
}
|