~ubuntu-branches/ubuntu/utopic/libxpm/utopic

« back to all changes in this revision

Viewing changes to src/RdFToI.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-08-25 10:50:50 UTC
  • mfrom: (1.1.4 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20070825105050-xbytdxkw7wuclhca
Tags: 1:3.5.7-1
* New upstream release.
* Add the upstream URL to debian/copyright.
* Use binary:Version instead of the deprecated Source-Version.
* Add myself to uploaders, and remove Branden with his permission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#include <errno.h>
45
45
#include <sys/types.h>
46
46
#include <sys/wait.h>
 
47
#else
 
48
#ifdef FOR_MSW
 
49
#include <fcntl.h>
 
50
#endif
47
51
#endif
48
52
 
49
53
LFUNC(OpenReadFile, int, (char *filename, xpmData *mdata));