view gui/ui/pixmaps/url.xpm @ 34121:fbfde63a7e82

Fix include condition. Don't explicitly list the sytems that need the windows.h header file. Only OS/2 doesn't need it.
author ib
date Mon, 17 Oct 2011 10:46:38 +0000
parents 520fb0f7544c
children
line wrap: on
line source

/* XPM */
static const char * const url_xpm[] = {
"16 16 2 1",
" 	c None",
".	c #000000",
"                ",
"                ",
"                ",
"                ",
"   ..   ..  ..  ",
"   ..   ..  ..  ",
"       ..  ..   ",
"       ..  ..   ",
"      ..  ..    ",
"      ..  ..    ",
" ..  ..  ..     ",
" ..  ..  ..     ",
"                ",
"                ",
"                ",
"                "};