diff options
| author | Andrew Innes | 2002-01-04 14:05:10 +0000 |
|---|---|---|
| committer | Andrew Innes | 2002-01-04 14:05:10 +0000 |
| commit | 98cf1bb56303786161be0ba99b8ff6d9d02199b0 (patch) | |
| tree | 24fe79dbcf1ed672ebd7eb80d8060b9109289882 /nt/ChangeLog | |
| parent | 62993ed664a12445b789ecbf9c5647f16d07ba98 (diff) | |
| download | emacs-98cf1bb56303786161be0ba99b8ff6d9d02199b0.tar.gz emacs-98cf1bb56303786161be0ba99b8ff6d9d02199b0.zip | |
(CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
pick up relevant bits of the Windows API definitions.
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 79d523d07f4..2f033315f8e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-01-04 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | ||
| 4 | pick up relevant bits of the Windows API definitions. | ||
| 5 | |||
| 6 | * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | ||
| 7 | pick up relevant bits of the Windows API definitions. | ||
| 8 | |||
| 1 | 2001-12-14 Andrew Innes <andrewi@gnu.org> | 9 | 2001-12-14 Andrew Innes <andrewi@gnu.org> |
| 2 | 10 | ||
| 3 | * makefile.w32-in (bootstrap): Build addsection program before | 11 | * makefile.w32-in (bootstrap): Build addsection program before |