seem to have small mistake on line 504
This commit is contained in:
parent
f16670cc95
commit
e76aea9cef
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ extern WrapperData macosx;
|
|||
|
||||
//#define fmemopen_alternative */ /* Uncomment this to test the fmemopen alternative in systems were fmemopen exists */
|
||||
|
||||
#ifdef (__HAIKU__) // Haiku needs it, at least for now
|
||||
#if defined (__HAIKU__) // Haiku needs it, at least for now
|
||||
#define fmemopen_alternative
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue