Mercurial > emacs
diff src/w32.h @ 48375:4d7b83cc03aa
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.
| author | Ben Key <bkey1@tampabay.rr.com> |
|---|---|
| date | Sun, 17 Nov 2002 22:35:26 +0000 |
| parents | 2d293a5868cf |
| children | f0df5f687c15 |
line wrap: on
line diff
--- a/src/w32.h Sun Nov 17 22:34:13 2002 +0000 +++ b/src/w32.h Sun Nov 17 22:35:26 2002 +0000 @@ -124,5 +124,10 @@ extern void init_ntproc (); extern void term_ntproc (); +extern void syms_of_w32term (); +extern void syms_of_w32fns (); +extern void syms_of_w32select (); +extern void syms_of_w32menu (); +extern void syms_of_fontset (); #endif /* EMACS_W32_H */
