Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a41aa8 commit c7fda7eCopy full SHA for c7fda7e
1 file changed
Mac/Include/macglue.h
@@ -31,6 +31,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31
#include <Events.h>
32
#include <StandardFile.h>
33
34
+#ifdef __cplusplus
35
+ extern "C" {
36
+#endif
37
+
38
/* Scheduler parameters */
39
typedef struct {
40
int check_interrupt; /* if true check for command-dot */
@@ -124,3 +128,6 @@ void PyMac_Initialize(void); /* Initialize function for embedding Python */
124
128
125
129
long getfiletype(char *); /* Get file type */
126
130
int setfiletype(char *, long, long); /* Set file creator and type */
131
132
+ }
133
0 commit comments