/[svn]/libgig/trunk/src/tools/gigextract.cpp
ViewVC logotype

Diff of /libgig/trunk/src/tools/gigextract.cpp

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

revision 2576 by schoenebeck, Wed May 21 20:33:45 2014 UTC revision 2577 by persson, Sat May 24 06:43:29 2014 UTC
# Line 48  Line 48 
48  #include <sys/stat.h>  #include <sys/stat.h>
49  #include <errno.h>  #include <errno.h>
50    
51  #include "gig.h"  #include "../gig.h"
52    
53  #ifdef _MSC_VER  #ifdef _MSC_VER
54  #define S_ISDIR(x) (S_IFDIR & (x))  #define S_ISDIR(x) (S_IFDIR & (x))

Legend:
Removed from v.2576  
changed lines
  Added in v.2577

  ViewVC Help
Powered by ViewVC