Wrap libosxutils headers with "extern C"
Originally committed to SVN as r3118.
This commit is contained in:
parent
5ad6e777d3
commit
4599eec308
1 changed files with 2 additions and 1 deletions
|
@ -48,10 +48,11 @@
|
||||||
#include <wx/filefn.h>
|
#include <wx/filefn.h>
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
extern "C" {
|
||||||
#include "libosxutil/libosxutil.h"
|
#include "libosxutil/libosxutil.h"
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
///////////////
|
///////////////
|
||||||
// Constructor
|
// Constructor
|
||||||
|
|
Loading…
Reference in a new issue