]> git.saurik.com Git - wxWidgets.git/blame - include/wx/univ/app.h
make it non mach-o carbon savvy
[wxWidgets.git] / include / wx / univ / app.h
CommitLineData
1e6feb95
VZ
1///////////////////////////////////////////////////////////////////////////////
2// Name: wx/univ/app.h
3// Purpose: wxUniversalApp class extends wxApp for wxUniv port
4// Author: Vadim Zeitlin
5// Modified by:
6// Created: 06.08.00
7// RCS-ID: $Id$
442b35b5 8// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
371a5b4e 9// Licence: wxWindows licence
1e6feb95
VZ
10///////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_UNIX_APP_H_
13#define _WX_UNIX_APP_H_
14
15class WXDLLEXPORT wxUniversalApp : public wxApp
16{
17public:
18};
19
20#endif // _WX_UNIX_APP_H_
21