mirror of https://github.com/odrling/Aegisub
Wrap libosxutils headers with "extern C"
Originally committed to SVN as r3118.
This commit is contained in:
parent
c0c9d99700
commit
cc4fd946d8
|
@ -48,10 +48,11 @@
|
|||
#include <wx/filefn.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
extern "C" {
|
||||
#include "libosxutil/libosxutil.h"
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
///////////////
|
||||
// Constructor
|
||||
|
|
Loading…
Reference in New Issue