X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=include%2Fsvgtiny.h;fp=include%2Fsvgtiny.h;h=a655d8fcf6e125dac9cefc14a315cc521f9777a7;hb=f6324470193a321f618516d9d783720ab548f1c0;hp=133086c372ed50c9a2359ed1977be63cb7cc3715;hpb=2235d513b23c2330ff42959b16d8c260cebecf07;p=libsvgtiny.git diff --git a/include/svgtiny.h b/include/svgtiny.h index 133086c..a655d8f 100644 --- a/include/svgtiny.h +++ b/include/svgtiny.h @@ -12,7 +12,7 @@ typedef int svgtiny_colour; #define svgtiny_TRANSPARENT 0x1000000 -#ifdef riscos +#ifdef __riscos__ #define svgtiny_RGB(r, g, b) ((b) << 16 | (g) << 8 | (r)) #define svgtiny_RED(c) ((c) & 0xff) #define svgtiny_GREEN(c) (((c) >> 8) & 0xff)