]> Nishi Git Mirror - libw3.git/commitdiff
making it work on solaris
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Thu, 1 Feb 2024 08:18:06 +0000 (08:18 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Thu, 1 Feb 2024 08:18:06 +0000 (08:18 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@148 d27a3e52-49c5-7645-884c-6793ebffc270

Example/w3b/w3b.c
W3Version.h.p

index 39eeb3d080468d825d8afd6b9164c2875b3e23f3..bd273f0cf7a55f1ed21b4fef37e948d8f040d601 100644 (file)
@@ -25,6 +25,10 @@ HANDLE winstdout;
 #include <sys/ioctl.h>
 #endif
 
+#ifdef __sun__
+#include <sys/termios.h>
+#endif
+
 int termw, termh;
 
 extern int strcasecmp(const char* s1, const char* s2);
index a1a267652be7d0bb142b91a99536491a69f53e9f..375448fc4b1b1f99d54a0be9dc7e621d1660cd37 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "2.2C" \
+#define LIBW3_VERSION "2.2D" \
 SUFFIX
 
 #ifdef __cplusplus