From 955a9dcd930aacc323c454a91d6d7e5bafa8ae28 Mon Sep 17 00:00:00 2001 From: nishi Date: Thu, 1 Feb 2024 08:18:06 +0000 Subject: [PATCH] making it work on solaris git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@148 d27a3e52-49c5-7645-884c-6793ebffc270 --- Example/w3b/w3b.c | 4 ++++ W3Version.h.p | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.43.0