mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-21 16:31:22 +00:00
Use #ifdef/#ifndef instead of #if defined/#if \!defined
This commit is contained in:
committed by
Anonymous Maarten
parent
308bcbbe76
commit
b6ae281e97
@@ -765,7 +765,7 @@ static int LINUX_JoystickInit(void)
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
#if defined(HAVE_INOTIFY)
|
||||
#ifdef HAVE_INOTIFY
|
||||
inotify_fd = SDL_inotify_init1();
|
||||
|
||||
if (inotify_fd < 0) {
|
||||
|
||||
Reference in New Issue
Block a user