ioswrap.h 692 B

1234567891011121314151617181920212223242526272829
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Name: wx/ioswrap.h
  3. // Purpose: includes the correct iostream headers for current compiler
  4. // Author: Vadim Zeitlin
  5. // Modified by:
  6. // Created: 03.02.99
  7. // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
  8. // Licence: wxWindows licence
  9. ///////////////////////////////////////////////////////////////////////////////
  10. #if wxUSE_STD_IOSTREAM
  11. #include "wx/beforestd.h"
  12. #if wxUSE_IOSTREAMH
  13. # include <iostream.h>
  14. #else
  15. # include <iostream>
  16. #endif
  17. #include "wx/afterstd.h"
  18. #ifdef __WINDOWS__
  19. # include "wx/msw/winundef.h"
  20. #endif
  21. #endif
  22. // wxUSE_STD_IOSTREAM