(WCONTINUED): New compatibility define for older systems.

This commit is contained in:
Dan Nicolaescu 2008-12-11 17:32:44 +00:00
parent 4d0e7fe37b
commit 5445ab06ef
2 changed files with 8 additions and 0 deletions

View file

@ -54,6 +54,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
# define CLOSE_SOCKET close
# define INITIALIZE()
# ifndef WCONTINUED
# define WCONTINUED 8
# endif
#endif /* !WINDOWSNT */
#undef signal