private.h 705 B

12345678910111213141516171819
  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. // Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwindows.org>
  7. // Licence: wxWindows licence
  8. ///////////////////////////////////////////////////////////////////////////////
  9. #ifndef _WX_UNIX_PRIVATE_H_
  10. #define _WX_UNIX_PRIVATE_H_
  11. // this file is currently empty as its original contents was moved to
  12. // include/wx/private/fd.h but let's keep it for now in case we need it for
  13. // something again in the future
  14. #include "wx/private/fd.h"
  15. #endif // _WX_UNIX_PRIVATE_H_