]> git.saurik.com Git - wxWidgets.git/blame - include/wx/setup_gccxml.h
make wxSortedArrayString::Sort() and Insert() private in STL build (closes #10947)
[wxWidgets.git] / include / wx / setup_gccxml.h
CommitLineData
2f46438b
FM
1///////////////////////////////////////////////////////////////////////////////
2// Name: wx/setup_gccxml.h
601b9dfa 3// Purpose: setup.h settings for gccxml (see utils/ifacecheck)
2f46438b
FM
4// Author: Francesco Montorsi
5// Modified by:
6// RCS-ID: $Id$
7// Copyright: (c) Francesco Montorsi
8// Licence: wxWindows licence
9///////////////////////////////////////////////////////////////////////////////
10
2f46438b 11/*
601b9dfa
FM
12 This file is included by wx/platform.h when gccxml is detected.
13
14 Here we fix some of the things declared in the real setup.h which gccxml doesn't
15 like.
2f46438b
FM
16*/
17
2f46438b 18
601b9dfa
FM
19// gccxml 0.9.0 doesn't like the fcntl2.h which is part of GNU C library
20// (at least it doesn't on x86_64 systems!)
21#define _FCNTL_H
22int open (const char *__path, int __oflag, ...);
2f46438b 23