Kaydet (Commit) c7fda7e1 authored tarafından Jack Jansen's avatar Jack Jansen

Make macglue.h C++ compatible.

üst 9a41aa8a
...@@ -31,6 +31,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -31,6 +31,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Events.h> #include <Events.h>
#include <StandardFile.h> #include <StandardFile.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Scheduler parameters */ /* Scheduler parameters */
typedef struct { typedef struct {
int check_interrupt; /* if true check for command-dot */ int check_interrupt; /* if true check for command-dot */
...@@ -124,3 +128,6 @@ void PyMac_Initialize(void); /* Initialize function for embedding Python */ ...@@ -124,3 +128,6 @@ void PyMac_Initialize(void); /* Initialize function for embedding Python */
long getfiletype(char *); /* Get file type */ long getfiletype(char *); /* Get file type */
int setfiletype(char *, long, long); /* Set file creator and type */ int setfiletype(char *, long, long); /* Set file creator and type */
#ifdef __cplusplus
}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment