Commit 70082db8491ee215681fd55c2b19ce5b2c676bdf

Sam Lantinga 2017-12-19T11:14:06

Fixed bug 4003 - HAVE_POLL undefined in SDL_poll.c, making it impossible to use. tomwardio HAVE_POLL is correctly defined in SDL_config.h when running configure. However, in the only place where it's used, it's undefined at the start of the file.