]>
Commit | Line | Data |
---|---|---|
17a1ebd1 VZ |
1 | /////////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx/unix/private.h | |
3 | // Purpose: miscellaneous private things for Unix wx ports | |
4 | // Author: Vadim Zeitlin | |
5 | // Created: 2005-09-25 | |
6 | // RCS-ID: $Id$ | |
7 | // Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwindows.org> | |
8 | // Licence: wxWindows licence | |
9 | /////////////////////////////////////////////////////////////////////////////// | |
10 | ||
11 | #ifndef _WX_UNIX_PRIVATE_H_ | |
12 | #define _WX_UNIX_PRIVATE_H_ | |
13 | ||
f0db5d75 | 14 | // this file is currently empty as its original contents was moved to |
40e7c0b9 | 15 | // include/wx/private/fd.h but let's keep it for now in case we need it for |
f0db5d75 | 16 | // something again in the future |
40e7c0b9 | 17 | #include "wx/private/fd.h" |
17a1ebd1 VZ |
18 | |
19 | #endif // _WX_UNIX_PRIVATE_H_ | |
20 |