diff options
| author | Jason Rumney | 2008-04-04 22:06:51 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-04-04 22:06:51 +0000 |
| commit | a25fe2887778cf07cc7d01136c126bf693659531 (patch) | |
| tree | d1c61875b8551a328196714434502c17e8e58d5f | |
| parent | d4417eb006d9957f63809c1d6724b5fae65bdc5c (diff) | |
| download | emacs-a25fe2887778cf07cc7d01136c126bf693659531.tar.gz emacs-a25fe2887778cf07cc7d01136c126bf693659531.zip | |
Update W32 API requirements.
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/INSTALL | 12 |
2 files changed, 9 insertions, 7 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 3dc83fe6eb2..dfc7b8d117f 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-04-04 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * INSTALL: Update W32 API requirements. | ||
| 4 | |||
| 1 | 2008-04-03 Jason Rumney <jasonr@gnu.org> | 5 | 2008-04-03 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * gmake.defs, nmake.defs (UNISCRIBE): New variable. | 7 | * gmake.defs, nmake.defs (UNISCRIBE): New variable. |
diff --git a/nt/INSTALL b/nt/INSTALL index d3de652747d..7391e64a39d 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -365,13 +365,11 @@ | |||
| 365 | headers it is using, are not suitable for building Emacs. GCC version | 365 | headers it is using, are not suitable for building Emacs. GCC version |
| 366 | 2.95 or later is needed, because that is when the Windows port gained | 366 | 2.95 or later is needed, because that is when the Windows port gained |
| 367 | sufficient support for anonymous structs and unions to cope with some | 367 | sufficient support for anonymous structs and unions to cope with some |
| 368 | definitions from winnt.h that are used by addsection.c. The W32 API | 368 | definitions from winnt.h that are used by addsection.c. |
| 369 | headers that come with Cygwin b20.1 are incomplete, and do not include | 369 | Older versions of the W32 API headers that come with Cygwin and MinGW |
| 370 | some definitions required by addsection.c, for instance. Also, older | 370 | may be missing some definitions required by Emacs, or broken in other |
| 371 | releases of the W32 API headers from Anders Norlander contain a typo | 371 | ways. In particular, uniscribe APIs were added to mingw cvs on |
| 372 | in the definition of IMAGE_FIRST_SECTION in winnt.h, which | 372 | 2006-03-26, so releases from before then cannot be used. |
| 373 | addsection.c relies on. Versions of w32api-xxx.zip from at least | ||
| 374 | 1999-11-18 onwards are okay. | ||
| 375 | 373 | ||
| 376 | When in doubt about correctness of what configure did, look at the file | 374 | When in doubt about correctness of what configure did, look at the file |
| 377 | config.log, which shows all the failed test programs and compiler | 375 | config.log, which shows all the failed test programs and compiler |