aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-16 11:23:42 +0200
committerEli Zaretskii2016-01-16 11:23:42 +0200
commit4e96521948b74b8e91eb5a6bca18427f8243bc98 (patch)
tree2de5222ff385cad4019f6d6dd1c75e873ab2b675
parent15c23aaf8368215613b0ffd02fe3bb742935f12e (diff)
downloademacs-4e96521948b74b8e91eb5a6bca18427f8243bc98.tar.gz
emacs-4e96521948b74b8e91eb5a6bca18427f8243bc98.zip
Mention in PROBLEMS an issue with MS-Windows NT4
* etc/PROBLEMS (MS-Windows): Mention the problem with Shell32.dll on Windows NT4. For the details, see http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00835.html.
-rw-r--r--etc/PROBLEMS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 58faef2a62d..7d780371d46 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1966,6 +1966,13 @@ runtime shared library, distributed with Windows 9X.
1966A workaround is to build Emacs with MinGW runtime 3.x (the latest 1966A workaround is to build Emacs with MinGW runtime 3.x (the latest
1967version is 3.20). 1967version is 3.20).
1968 1968
1969** addpm fails to run on Windows NT4, complaining about Shell32.dll
1970
1971This is likely to happen because Shell32.dll shipped with NT4 lacks
1972the updates required by Emacs. Installing Internet Explorer 4 solves
1973the problem. Note that it is NOT enough to install IE6, because doing
1974so will not install the Shell32.dll update.
1975
1969** A few seconds delay is seen at startup and for many file operations 1976** A few seconds delay is seen at startup and for many file operations
1970 1977
1971This happens when the Net Logon service is enabled. During Emacs 1978This happens when the Net Logon service is enabled. During Emacs