diff options
| author | Ben Key | 2002-11-17 22:35:26 +0000 |
|---|---|---|
| committer | Ben Key | 2002-11-17 22:35:26 +0000 |
| commit | f60ae425e9095d06f4ad06e5b277903606c25dca (patch) | |
| tree | 5cf0be810c07412c8e145c431327f53df9e8ad89 /src/s | |
| parent | 87a609d3fb43ab67d043ae2462ac5aacff9381c1 (diff) | |
| download | emacs-f60ae425e9095d06f4ad06e5b277903606c25dca.tar.gz emacs-f60ae425e9095d06f4ad06e5b277903606c25dca.zip | |
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 0585c22d0fe..51f3e9ddb25 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -217,6 +217,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 217 | #define MAXPATHLEN _MAX_PATH | 217 | #define MAXPATHLEN _MAX_PATH |
| 218 | #endif | 218 | #endif |
| 219 | 219 | ||
| 220 | #define HAVE_SOUND 1 | ||
| 220 | #define LISP_FLOAT_TYPE 1 | 221 | #define LISP_FLOAT_TYPE 1 |
| 221 | 222 | ||
| 222 | #undef HAVE_SYS_SELECT_H | 223 | #undef HAVE_SYS_SELECT_H |