diff options
-rw-r--r-- | Mac/Python/macapplet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Python/macapplet.c b/Mac/Python/macapplet.c index 47f3b02..55e635f 100644 --- a/Mac/Python/macapplet.c +++ b/Mac/Python/macapplet.c @@ -30,6 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. extern void PyMac_InitApplet(); +void main() { PyMac_InitApplet(); } |