From: nishi Date: Thu, 1 Feb 2024 08:18:06 +0000 (+0000) Subject: making it work on solaris X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=955a9dcd930aacc323c454a91d6d7e5bafa8ae28;p=libw3.git making it work on solaris git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@148 d27a3e52-49c5-7645-884c-6793ebffc270 --- diff --git a/Example/w3b/w3b.c b/Example/w3b/w3b.c index 39eeb3d..bd273f0 100644 --- a/Example/w3b/w3b.c +++ b/Example/w3b/w3b.c @@ -25,6 +25,10 @@ HANDLE winstdout; #include #endif +#ifdef __sun__ +#include +#endif + int termw, termh; extern int strcasecmp(const char* s1, const char* s2); diff --git a/W3Version.h.p b/W3Version.h.p index a1a2676..375448f 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.2C" \ +#define LIBW3_VERSION "2.2D" \ SUFFIX #ifdef __cplusplus