You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-util/wit/files/wit-3.02a-fno-common.patch

12 lines
398 B

--- a/dclib/dclib-color.h
+++ b/dclib/dclib-color.h
@@ -535,7 +535,7 @@
/////////////// color helpers ///////////////
///////////////////////////////////////////////////////////////////////////////
-u32 ColorTab_M0_M15[16]; // first 16 colors of "\e[m"
+extern u32 ColorTab_M0_M15[16]; // first 16 colors of "\e[m"
// return a m256 index
u8 ConvertColorRGB3ToM256 ( u8 r, u8 g, u8 b );