VirtualBox

Ignore:
Timestamp:
Sep 5, 2013 1:15:23 AM (11 years ago)
Author:
vboxsync
Message:

gzguts.h: include io.h on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/zlib-1.2.6/gzguts.h

    r40354 r48286  
    3030#ifdef __TURBOC__
    3131#  include <io.h>
     32#endif
     33
     34#ifdef VBOX /* Solves missing seek, read, open, close, write functions. */
     35#  ifdef _MSC_VER
     36#    include <io.h>
     37#  endif
    3238#endif
    3339
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette