~ubuntu-branches/ubuntu/lucid/mpg123/lucid

« back to all changes in this revision

Viewing changes to src/libmpg123/reader.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-12-21 00:11:29 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20091221001129-gsbnzbenceqv4pjt
Tags: upstream-1.10.0
ImportĀ upstreamĀ versionĀ 1.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        off_t filepos; /* position in file or position in buffer chain */
38
38
        int   filept;
39
39
        int   flags;
40
 
#ifndef WIN32
 
40
#if (!defined (WIN32) || defined (__CYGWIN__))
41
41
        long timeout_sec;
42
42
#endif
43
43
        ssize_t (*fdread) (mpg123_handle *, void *, size_t);