/[svn]/libgig/trunk/src/Akai.h
ViewVC logotype

Diff of /libgig/trunk/src/Akai.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3475 by schoenebeck, Thu May 22 15:54:02 2014 UTC revision 3476 by schoenebeck, Wed Feb 20 19:12:49 2019 UTC
# Line 2  Line 2 
2    libakai - C++ cross-platform akai sample disk reader    libakai - C++ cross-platform akai sample disk reader
3    Copyright (C) 2002-2003 Sébastien Métrot    Copyright (C) 2002-2003 Sébastien Métrot
4    
5    Linux port by Christian Schoenebeck <cuse@users.sourceforge.net> 2003-2014    Linux port by Christian Schoenebeck <cuse@users.sourceforge.net> 2003-2019
6        
7    This library is free software; you can redistribute it and/or    This library is free software; you can redistribute it and/or
8    modify it under the terms of the GNU Lesser General Public    modify it under the terms of the GNU Lesser General Public
# Line 43  Line 43 
43  #include <fstream>  #include <fstream>
44  #include <sys/types.h>  #include <sys/types.h>
45  #include <sys/stat.h>  #include <sys/stat.h>
46  #include <sys/fcntl.h>  #ifndef _MSC_VER
47    # include <sys/fcntl.h>
48    #endif
49  #if defined(_CARBON_) || defined(__APPLE__) || LINUX  #if defined(_CARBON_) || defined(__APPLE__) || LINUX
50  # include <sys/ioctl.h>  # include <sys/ioctl.h>
51  # include <unistd.h>  # include <unistd.h>

Legend:
Removed from v.3475  
changed lines
  Added in v.3476

  ViewVC Help
Powered by ViewVC