526e836b48
User Interface/Editing Bug fixes * Windows platforms only: several transformations crashed. * Fix crashes in the spell checker. * GTK version: Amaya is now able to copy and paste utf-8 characters. * A significant space were sometimes removed after a copy + paste command. CSS Bug fixes * Local CSS files were not reparsed when they are saved. * Fix a confusion with classes, pseudo-classes, ids, and attributes. * Amaya now generates an empty User style sheet ($AmayaHome/amaya.css) if this file doesn't exist. * Amaya didn't parse correctly non-quoted font family names containing whitespace. (X)HTML Bug fixes * Amaya generated a new line character after an <img> element within headlines (<h1>, <h2>, etc.). And more... please review http://www.w3.org/Amaya/User/New.html
16 lines
413 B
Text
16 lines
413 B
Text
$NetBSD: patch-ac,v 1.10 2004/05/13 03:47:29 xtraeme Exp $
|
|
|
|
--- ../thotlib/include/ustring.h.orig 2004-05-13 05:33:50.000000000 +0200
|
|
+++ ../thotlib/include/ustring.h 2004-05-13 05:34:13.000000000 +0200
|
|
@@ -6,6 +6,11 @@
|
|
#include <windows.h>
|
|
#endif /* _WINGUI */
|
|
|
|
+#include "config.h"
|
|
+#ifdef HAVE_WCHAR_H
|
|
+#include <wchar.h>
|
|
+#endif
|
|
+
|
|
#ifdef _WINDOWS
|
|
#define strncasecmp _strnicmp
|
|
#endif /* _WINDOWS */
|