diff options
| author | Daniel Colascione | 2012-12-10 12:46:20 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-12-10 12:46:20 -0800 |
| commit | 8db4b52f05b67a470b466880e708e2284d6627c4 (patch) | |
| tree | 2942198cf63971b025af9b77e68538c7683f47b9 /src/ChangeLog | |
| parent | c868b91923f344c5e0e3be990da49643068500c1 (diff) | |
| download | emacs-8db4b52f05b67a470b466880e708e2284d6627c4.tar.gz emacs-8db4b52f05b67a470b466880e708e2284d6627c4.zip | |
Fix cygw32 build break
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ | |||
| 1 | 2012-12-10 Daniel Colascione <dancol@dancol.org> | 1 | 2012-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 | ||