Author :
Sam Lantinga
Date :
2019-06-05 08:54:07
Hash :3e329464 Message :Fixed bug 4656 - SDL_evdev.c uses Linux specific integer types
Jan Martin Mikkelsen
The file src/core/linux/SDL_evdev.c uses the Linux specific types __u32 and __s32. This breaks things on FreeBSD when building with evdev.