aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2012-12-10 12:46:20 -0800
committerDaniel Colascione2012-12-10 12:46:20 -0800
commit8db4b52f05b67a470b466880e708e2284d6627c4 (patch)
tree2942198cf63971b025af9b77e68538c7683f47b9 /src/ChangeLog
parentc868b91923f344c5e0e3be990da49643068500c1 (diff)
downloademacs-8db4b52f05b67a470b466880e708e2284d6627c4.tar.gz
emacs-8db4b52f05b67a470b466880e708e2284d6627c4.zip
Fix cygw32 build break
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8df51058840..96e7f152725 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-12-10 Daniel Colascione <dancol@dancol.org> 12012-12-10 Daniel Colascione <dancol@dancol.org>
2 2
3 * w32term.c, keyboard.c: Fix build break in cygw32 by omitting
4 Windows file notification functionality unless WINDOWSNT.
5
3 * w32gui.h (hprevinst, lpCmdLine, nCmdShow): Remove unused 6 * w32gui.h (hprevinst, lpCmdLine, nCmdShow): Remove unused
4 declarations. 7 declarations.
5 8