--- /dev/null
+/////////////////////////////////////////////////////////////////////////////
+// Name: cocoa/main.cpp
+// Purpose: Entry point
+// Author: David Elliott
+// Modified by:
+// Created: 2002/11/11
+// RCS-ID: $Id:
+// Copyright: (c) 2002 David Elliott
+// Licence: wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+/* DFE: ^^^^^ Was that really necessary :-) */
+
+#include "wx/app.h"
+
+WXDLLEXPORT int main(int argc, char* argv[])
+{
+ return wxEntry(argc, argv);
+}
+