]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/setup_gccxml.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/setup_gccxml.h
3 // Purpose: setup.h settings for gccxml (see utils/ifacecheck)
4 // Author: Francesco Montorsi
7 // Copyright: (c) Francesco Montorsi
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
12 This file is included by wx/platform.h when gccxml is detected.
14 Here we fix some of the things declared in the real setup.h which gccxml doesn't
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!)
22 int open (const char *__path
, int __oflag
, ...);