]> git.saurik.com Git - wxWidgets.git/blame - src/cocoa/main.cpp
Tried to restore wxPopupTransientWindow functionality
[wxWidgets.git] / src / cocoa / main.cpp
CommitLineData
fb896a32
DE
1/////////////////////////////////////////////////////////////////////////////
2// Name: cocoa/main.cpp
3// Purpose: Entry point
4// Author: David Elliott
5// Modified by:
6// Created: 2002/11/11
7// RCS-ID: $Id:
8// Copyright: (c) 2002 David Elliott
0a53b9b8 9// Licence: wxWindows license
fb896a32
DE
10/////////////////////////////////////////////////////////////////////////////
11/* DFE: ^^^^^ Was that really necessary :-) */
12
13#include "wx/app.h"
14
15WXDLLEXPORT int main(int argc, char* argv[])
16{
17 return wxEntry(argc, argv);
18}
19