I am using SDL 1.3 on FreeBSD. I found two problems.
(1) SDL_atomic dummy version in SDL 1.3 is not used. Because src/atomic/dummy/*.c are not used. (2) Typo in src/joystick/bsd/SDL_sysjoystick.c. Thanks, IWATSUKI Hiroyuki
This commit is contained in:
parent
18f2ccec34
commit
124315bff4
2 changed files with 7 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
#include <libusbhid.h>
|
||||
#endif
|
||||
|
||||
#ifdef defined(__FREEBSD__) || defined(__FreeBSD_kernel__)
|
||||
#if defined(__FREEBSD__) || defined(__FreeBSD_kernel__)
|
||||
#ifndef __DragonFly__
|
||||
#include <osreldate.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue